Tenev
Tenev

Reputation: 241

ActionScript 3 Sockets not working on the web? - works fine on my desktop

I have created AS3 APP that works with http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/Socket.html

The application works fine on my desktop, but if i upload it on my webserver, the flash sockets does not work, it connects but i'm unable to send or receive data.

How can i fix this?

Upvotes: 0

Views: 183

Answers (1)

Tyler Egeto
Tyler Egeto

Reputation: 5495

This sounds like a security error to me, the server you are connecting to needs to return a socket policy file, read more about that here:

http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html

Upvotes: 1

Related Questions