<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Send Data From Flash To ASP/PHP Without A Page Refresh</title>
	<atom:link href="http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/</link>
	<description>Patrick Burt</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:59:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: dewa</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-85783</link>
		<dc:creator>dewa</dc:creator>
		<pubDate>Sun, 22 Jan 2012 15:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-85783</guid>
		<description>Hi All,

my name is dewa,

i have the problem to passing data from flash to asp classic, may somebody help me ?? please :(
here my action script 2 :
on (press) {
var sendv:LoadVars = new LoadVars;
var receive:LoadVars = new LoadVars;
var resultL:String;

sendv.toASPnip = nip_txt.text;
_root.nip = nip_txt.text;
_root.idgame = 1;
sendv.toASPidgame = _root.idgame;

sendv.sendAndLoad(&quot;http://localhost/janganemberdong/asp/login.asp&quot;,receive,&quot;POST&quot;);
receive.onLoad = function(){
	resultL = &quot;test&quot;;//this.toFlash;
	if (resultL == &quot;suc&quot;) {
		_root.gotoAndPlay(&quot;3&quot;);
	}else{
		if (resultL == &quot;errGamePlay&quot;){
			_root.gotoAndPlay(&quot;11&quot;);
		}else {
			stop();
		}
	}
}
}

and he my asp classic :
&lt;!--#include file=&quot;connection.asp&quot; --&gt;

 0 then
	response.write(&quot;&amp;toFlash=suc&quot;)
end if

rs.close
set rs = nothing

%&gt;

i hope someone can help me ... please :( i need some help guys,

thanks,</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>my name is dewa,</p>
<p>i have the problem to passing data from flash to asp classic, may somebody help me ?? please <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
here my action script 2 :<br />
on (press) {<br />
var sendv:LoadVars = new LoadVars;<br />
var receive:LoadVars = new LoadVars;<br />
var resultL:String;</p>
<p>sendv.toASPnip = nip_txt.text;<br />
_root.nip = nip_txt.text;<br />
_root.idgame = 1;<br />
sendv.toASPidgame = _root.idgame;</p>
<p>sendv.sendAndLoad(&#8220;http://localhost/janganemberdong/asp/login.asp&#8221;,receive,&#8221;POST&#8221;);<br />
receive.onLoad = function(){<br />
	resultL = &#8220;test&#8221;;//this.toFlash;<br />
	if (resultL == &#8220;suc&#8221;) {<br />
		_root.gotoAndPlay(&#8220;3&#8243;);<br />
	}else{<br />
		if (resultL == &#8220;errGamePlay&#8221;){<br />
			_root.gotoAndPlay(&#8220;11&#8243;);<br />
		}else {<br />
			stop();<br />
		}<br />
	}<br />
}<br />
}</p>
<p>and he my asp classic :<br />
<!--#include file="connection.asp" --></p>
<p> 0 then<br />
	response.write(&#8220;&amp;toFlash=suc&#8221;)<br />
end if</p>
<p>rs.close<br />
set rs = nothing</p>
<p>%&gt;</p>
<p>i hope someone can help me &#8230; please <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  i need some help guys,</p>
<p>thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WEWEF</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-49682</link>
		<dc:creator>WEWEF</dc:creator>
		<pubDate>Thu, 21 Apr 2011 16:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-49682</guid>
		<description>working perfectly ... tested today... exactly what im looking for ... after several boring hours of googleing.... 

thanks a lot...</description>
		<content:encoded><![CDATA[<p>working perfectly &#8230; tested today&#8230; exactly what im looking for &#8230; after several boring hours of googleing&#8230;. </p>
<p>thanks a lot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girish</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-37735</link>
		<dc:creator>Girish</dc:creator>
		<pubDate>Thu, 26 Aug 2010 07:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-37735</guid>
		<description>Hi,
I am facing data limit.
is there any limit to send xmlData to ASP page using AS 2.0. send Method ?

Thanks 
Girish</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am facing data limit.<br />
is there any limit to send xmlData to ASP page using AS 2.0. send Method ?</p>
<p>Thanks<br />
Girish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JenlFago</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-33885</link>
		<dc:creator>JenlFago</dc:creator>
		<pubDate>Thu, 06 May 2010 03:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-33885</guid>
		<description>NiksNita say: Quite right! I think, what is it excellent idea.
 
_____________
&lt;a href=&quot;http://ciallis.rxtadacip.info/site_map.html&quot; rel=&quot;nofollow&quot;&gt;ciallis
 Missouri
  0&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>NiksNita say: Quite right! I think, what is it excellent idea.</p>
<p>_____________<br />
<a href="http://ciallis.rxtadacip.info/site_map.html" rel="nofollow">ciallis<br />
 Missouri<br />
  0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruppon</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-21276</link>
		<dc:creator>ruppon</dc:creator>
		<pubDate>Sun, 05 Jul 2009 07:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-21276</guid>
		<description>Hi Pat!

Excellent very very helpfull solution!
I met some cross-domain issues and your article resolve them all!

Thanks, cheers!</description>
		<content:encoded><![CDATA[<p>Hi Pat!</p>
<p>Excellent very very helpfull solution!<br />
I met some cross-domain issues and your article resolve them all!</p>
<p>Thanks, cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jax</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-20616</link>
		<dc:creator>Jax</dc:creator>
		<pubDate>Tue, 23 Jun 2009 19:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-20616</guid>
		<description>HI PAT.

I have creatied a small game in flash AS2. I would like to maintain the high score of multiple users that play it as it is available in other online flash games. Can u help.. please...

Thanx a lot.</description>
		<content:encoded><![CDATA[<p>HI PAT.</p>
<p>I have creatied a small game in flash AS2. I would like to maintain the high score of multiple users that play it as it is available in other online flash games. Can u help.. please&#8230;</p>
<p>Thanx a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rune</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-18347</link>
		<dc:creator>Rune</dc:creator>
		<pubDate>Tue, 12 May 2009 09:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-18347</guid>
		<description>would it be possible for anyone to sende a zipped folder with the requred files despribet in the artical above (of cause with the db login blanked out). I belief that i&#039;m fairly close on getting this to work, but I&#039;m not sure if I have understand everything correct. A sampel of a set up that works would be a great help!</description>
		<content:encoded><![CDATA[<p>would it be possible for anyone to sende a zipped folder with the requred files despribet in the artical above (of cause with the db login blanked out). I belief that i&#8217;m fairly close on getting this to work, but I&#8217;m not sure if I have understand everything correct. A sampel of a set up that works would be a great help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: troy</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-13494</link>
		<dc:creator>troy</dc:creator>
		<pubDate>Mon, 09 Feb 2009 21:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-13494</guid>
		<description>seems I get a pop-up of the intoDatabase.asp.  The form submission works, but it is a bummer that there is also a pop-up.  I am using IE7, have not tested on other browsers....</description>
		<content:encoded><![CDATA[<p>seems I get a pop-up of the intoDatabase.asp.  The form submission works, but it is a bummer that there is also a pop-up.  I am using IE7, have not tested on other browsers&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FearAndBullets</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-11611</link>
		<dc:creator>FearAndBullets</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-11611</guid>
		<description>I need something like this.

I&#039;ve done this in the past with .asp server side includes and i can&#039;t remember how i did it.

I have a flash header w/nav that resides in a .asp page. It needs to load some elements of a page so i don&#039;t have to do a complete page refresh. I don&#039;t need a database to communicate back to the flash or to the content... just and index.asp w/flash nav changing the include on the page.

PLEASE HELP!</description>
		<content:encoded><![CDATA[<p>I need something like this.</p>
<p>I&#8217;ve done this in the past with .asp server side includes and i can&#8217;t remember how i did it.</p>
<p>I have a flash header w/nav that resides in a .asp page. It needs to load some elements of a page so i don&#8217;t have to do a complete page refresh. I don&#8217;t need a database to communicate back to the flash or to the content&#8230; just and index.asp w/flash nav changing the include on the page.</p>
<p>PLEASE HELP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushil</title>
		<link>http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/comment-page-1/#comment-10821</link>
		<dc:creator>Sushil</dc:creator>
		<pubDate>Tue, 23 Dec 2008 13:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/adobe-flash/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comment-10821</guid>
		<description>Hi Patrick,

I&#039;m running a flash movie under a frameset which popups a window using loadvars&#039; send method with data being send by POST. However in IE6, the poped up window is not able to receive any POST data. The calling java servlet too getting null parameters.It is not either maintaining the session too. If data sent through GET, it works perfectly

This happens only in IE as in Firefox it works fine. Any clue on this problem?</description>
		<content:encoded><![CDATA[<p>Hi Patrick,</p>
<p>I&#8217;m running a flash movie under a frameset which popups a window using loadvars&#8217; send method with data being send by POST. However in IE6, the poped up window is not able to receive any POST data. The calling java servlet too getting null parameters.It is not either maintaining the session too. If data sent through GET, it works perfectly</p>
<p>This happens only in IE as in Firefox it works fine. Any clue on this problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

