I have a form that sends mail (smtp) through a socket connection
(actionscript), which I picked up here, [url]http://www.bytearray.org/?p=27[/url]
Tested and works fine locally, but when posted online quietly fails.

I have read the article on socket security at
[url]http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_04.html[/url]
but I do not have the option to place a crossdomain.xml file at port 843 since
I am on a shared server.


I've read everything that I can online but because policy changes from player
9,0,115,0 on, it seems that older posts may not be relevant, so is there
another way to approach this matter?
Is it possible for me to hard code the cross domain policy into my scripts or
..fla?

Thanks,
Key.