Send data from Flash to PHP on a different server

Hello!

I need to send data from Flash to a php file that is on another server. Do I have to make another PHP file on the same server as the Flash file is, and then send the data from that php file to the php file that is on the other server?

Flash help files says: “Websites can permit cross-domain access to a resource via a cross-domain policy file.” Does anyone know what is this cross-domain policy file?

Thanks,
sumo

You don’t need a php file on the same server where the flash file is…

you can find a nice source here at http://flashactionscriptandanimation.blogspot.com/
in this example you can find a code like this

var urlRequest:URLRequest=new URLRequest(“exampleConn.php”);

you can change it as your need eg.

var urlRequest:URLRequest=new URLRequest(“http://anilonline.aokhost.com/tutorial/exampleConn.php”);

download the source file and try again.

regards

Anil
anilkumarnd@gmail.com