<?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: Flash sending, manipulating and receiving data with sendAndLoad</title>
	<atom:link href="http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:27:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Samad</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-816233</link>
		<dc:creator>Samad</dc:creator>
		<pubDate>Tue, 19 Apr 2011 04:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-816233</guid>
		<description>Good tutorial,
Could this PHP script be called in a huge traffic context and in background?</description>
		<content:encoded><![CDATA[<p>Good tutorial,<br />
Could this PHP script be called in a huge traffic context and in background?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suren</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-691879</link>
		<dc:creator>Suren</dc:creator>
		<pubDate>Wed, 01 Dec 2010 09:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-691879</guid>
		<description>Great tutorial!
I need download the sources (.fla , .swf and . php)</description>
		<content:encoded><![CDATA[<p>Great tutorial!<br />
I need download the sources (.fla , .swf and . php)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-591767</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Fri, 18 Jun 2010 12:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-591767</guid>
		<description>Hello!
I really like your tutorials, I think they&#039;re very useful. I&#039;d like to know, if there is a way to create online flash game on AS2, and will this function(sendAndLoad) be useful?</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I really like your tutorials, I think they&#8217;re very useful. I&#8217;d like to know, if there is a way to create online flash game on AS2, and will this function(sendAndLoad) be useful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moisés</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-485746</link>
		<dc:creator>Moisés</dc:creator>
		<pubDate>Sat, 15 Aug 2009 07:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-485746</guid>
		<description>Opa.. blz.. Baum demais este tutorial, tentei fazê-lo porém não obtive exito.

De forma alguma consigo um resultado do servidor... gostaria de saber se tem como eu baixar o seu fla, para estudar.</description>
		<content:encoded><![CDATA[<p>Opa.. blz.. Baum demais este tutorial, tentei fazê-lo porém não obtive exito.</p>
<p>De forma alguma consigo um resultado do servidor&#8230; gostaria de saber se tem como eu baixar o seu fla, para estudar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Greece</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-479146</link>
		<dc:creator>George Greece</dc:creator>
		<pubDate>Fri, 31 Jul 2009 14:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-479146</guid>
		<description>Best Tutorial MAn..
Great Job..
Thanks..</description>
		<content:encoded><![CDATA[<p>Best Tutorial MAn..<br />
Great Job..<br />
Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zelalem</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-448852</link>
		<dc:creator>Zelalem</dc:creator>
		<pubDate>Fri, 15 May 2009 14:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-448852</guid>
		<description>Hi, I wanted to use your example using cgi. But, I wanted to use it with cgi and failed to do so. I used param to recieve data from the flash doc. I used 
$data=param(&quot;post_variable&quot;);

But I got &quot;Undefined subroutine &amp;main::param called ....&quot;
I am sure it is a cgi error, but is the variable that i referred in perl (post_variable) right?

BTW, thank you for the woderful work.</description>
		<content:encoded><![CDATA[<p>Hi, I wanted to use your example using cgi. But, I wanted to use it with cgi and failed to do so. I used param to recieve data from the flash doc. I used<br />
$data=param(&#8220;post_variable&#8221;);</p>
<p>But I got &#8220;Undefined subroutine &amp;main::param called &#8230;.&#8221;<br />
I am sure it is a cgi error, but is the variable that i referred in perl (post_variable) right?</p>
<p>BTW, thank you for the woderful work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-446152</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 08 May 2009 13:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-446152</guid>
		<description>Great tutorial! The working Flash example brings it all together... Well Done!

I had to change (POST to REQUEST) line 3 and 4 of PHP from:  

if($_POST[string]){
    $upper = strtoupper($_POST[string]);

to:

if($_REQUEST[string]){
    $upper = strtoupper($_REQUEST[string]);</description>
		<content:encoded><![CDATA[<p>Great tutorial! The working Flash example brings it all together&#8230; Well Done!</p>
<p>I had to change (POST to REQUEST) line 3 and 4 of PHP from:  </p>
<p>if($_POST[string]){<br />
    $upper = strtoupper($_POST[string]);</p>
<p>to:</p>
<p>if($_REQUEST[string]){<br />
    $upper = strtoupper($_REQUEST[string]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasa</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-416124</link>
		<dc:creator>Sasa</dc:creator>
		<pubDate>Fri, 27 Mar 2009 03:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-416124</guid>
		<description>Ok, i realized what is the problem... In order to load data with someflash.swf from one domain you have to have a otherflash.swf on the other domain that contains data...

I needed this thing for the following: I make a flash web site and give it to some company.. They delay their paymant or wont pay so I change my permisions data in permisions.txt on my domain and they can&#039;t use the flash site untill they pay me.. a little bit of protection

If someone need&#039;s scripts mail me at alesacar@yahoo.com or I can place them here if administrator would aprove it.

Thanks again and best of luck!</description>
		<content:encoded><![CDATA[<p>Ok, i realized what is the problem&#8230; In order to load data with someflash.swf from one domain you have to have a otherflash.swf on the other domain that contains data&#8230;</p>
<p>I needed this thing for the following: I make a flash web site and give it to some company.. They delay their paymant or wont pay so I change my permisions data in permisions.txt on my domain and they can&#8217;t use the flash site untill they pay me.. a little bit of protection</p>
<p>If someone need&#8217;s scripts mail me at <a href="mailto:alesacar@yahoo.com">alesacar@yahoo.com</a> or I can place them here if administrator would aprove it.</p>
<p>Thanks again and best of luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasa</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-415057</link>
		<dc:creator>Sasa</dc:creator>
		<pubDate>Wed, 25 Mar 2009 21:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-415057</guid>
		<description>I&#039;ve tried couple of these scripts for hundreds thoousend of times and none of them as well as this one won&#039;t work if swf is on one domain and php on another..

With this script, I tried copy-pasting it and adding allowDomain and still it is working only when testing in flash.. I&#039;t wont work when I put it on server..

I&#039;ve been working on this for two days now trying to make some kind of security for my work..

Does anyone know if this is even possible to work this way (with the files on separate domains..) and save me a lot of pain?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried couple of these scripts for hundreds thoousend of times and none of them as well as this one won&#8217;t work if swf is on one domain and php on another..</p>
<p>With this script, I tried copy-pasting it and adding allowDomain and still it is working only when testing in flash.. I&#8217;t wont work when I put it on server..</p>
<p>I&#8217;ve been working on this for two days now trying to make some kind of security for my work..</p>
<p>Does anyone know if this is even possible to work this way (with the files on separate domains..) and save me a lot of pain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasa</title>
		<link>http://www.emanueleferonato.com/2008/06/01/flash-sending-manipulating-and-receiving-data-with-sendandload/#comment-415017</link>
		<dc:creator>Sasa</dc:creator>
		<pubDate>Wed, 25 Mar 2009 20:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=285#comment-415017</guid>
		<description>Hello, thank you for the code, but I have a little problem with it. The code is working only when two files are on the same domain. As soon as they are apart flash allways outputs an error.. I&#039;ve tried putting 
System.security.allowDomain(â€www.other.comâ€);
but that wont work either..

I&#039;m using CS3 AS2.. can enyone help? it&#039;s an EMERGENCY :)</description>
		<content:encoded><![CDATA[<p>Hello, thank you for the code, but I have a little problem with it. The code is working only when two files are on the same domain. As soon as they are apart flash allways outputs an error.. I&#8217;ve tried putting<br />
System.security.allowDomain(â€www.other.comâ€);<br />
but that wont work either..</p>
<p>I&#8217;m using CS3 AS2.. can enyone help? it&#8217;s an EMERGENCY :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/11 queries in 0.112 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 14:11:53 -->
