all groups > flash actionscript > may 2005 >
You're in the

flash actionscript

group:

xmlsocket and proxy (load policy file through proxy?)


xmlsocket and proxy (load policy file through proxy?) javadlux
5/31/2005 11:55:41 PM
flash actionscript:
Hi. I have a client server model that I am trying to implement. The client is
flash. The server is running on my home computer, but I don't have port 80
available. I am hosting on another port and using XMLSocket to connect and
communicate with my server from flash. However, the client program will have to
be able to run from behind a proxy. Connecting via XMLSocket to the proxy and
sending the proxy commands before the main message communication begins works
fine, but then I can't load the policy file. Is there any way to include a http
request in a proxy url, maybe something like
http://192.168.2.2/proxy.html?goto=myserver.com. Perhaps there is also another
way to get around this. Any help is appreciated!!!

Thanks in advance,

javadlux
Re: xmlsocket and proxy (load policy file through proxy?) perry
6/1/2005 12:00:00 AM
workaround to that problem:
make your xmlsocket server spit out the crossdomain file.
there´s a tech note somewhere on macromedia.com

perry

"javadlux" <webforumsuser@macromedia.com> schrieb im Newsbeitrag
news:d7itht$ooc$1@forums.macromedia.com...
[quoted text, click to view]

Re: xmlsocket and proxy (load policy file through proxy?) javadlux
6/1/2005 12:00:00 AM
the trouble is, how to make flash go through the web proxy? when i am
connecting to my server i send the proxy request manually through xmlsocket,
but i'm not sure how to make flash load a file through a proxy
Re: xmlsocket and proxy (load policy file through proxy?) javadlux
6/3/2005 3:04:23 AM
AddThis Social Bookmark Button