Hi, Does your request go out at all?
Have you used some kind of web-proxy to look at what is going out of your Flash across the network - "Charles" http://www.charlesproxy.com/
Check that the system is not requesting a crossdomain.xml file before your request - you may not have problems in the IDE, but maybe in the browser / standalone - but FP may not be sending if the x-domain is "not working" satisfactorily.
Glen
EECOLOR wrote:
Hello, I am trying to do a request with custom request headers. In the documentation I found the following line: "Due to browser limitations, custom HTTP request headers are only supported for POST requests, not for GET requests." So I changed my request to post, the request however does not seem to go out as a post request. The code I use to test is the following: * var r:URLRequest = new URLRequest("http://www.google.com"); r.method = URLRequestMethod.POST; var s:URLStream = new URLStream(); s.load(r); * I have tested this both with Flash player 9,0,124,0 and 10,0,12,36 standalone.* * Is this expected behaviour and am I missing something, or should this work just fine? Greetz Erik _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
-- Glen Pike 01326 218440 www.glenpike.co.uk <http://www.glenpike.co.uk> _______________________________________________ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders