Hello,
at this moment i have mediocre experience with Flash. But i would really like to advance and learn the aspects of server and client programming with the use of flash / php.
For this i started following the tutorial:
kirupa.com - PHP 5 Sockets with Flash 8, Page 1
My first problem was the following:
When running the swf in a stand alone player it succeeded with the message: Server connection established
But when i run it within my localhost or webserver i will receive the message: Connection failed
After searching for a while i found out that this happens because of flash players new requirements with its Socket Policies.
Now i see loads of guides about creating this policy. And that it needs to be served to the client.
This is the point where my mind stops working.
I really don't know what or how i should create a server that serves this policy back to the client through port 843 or any other port.
Currently im reading guides for 3 days long, but in these EVERY guide says that you need to serve the policy on port 843 or any other port.
How do i create this server that serves this policy?
Please someone! Help me!!