Hi, I found some problems when uploading and making request to a different domain server when using firefox with flash player (9.0.16 - 9.0.47). when testing under same domain server, it has no problem. I already have a crossdomain.xml like this:
<?xml version=“1.0”?>
<!DOCTYPE cross-domain-policy SYSTEM “http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd”>
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
When I use FileReference or URLStream to make a request to a different domain server, the swf will keep loading forever.
IE with flash player (9.0.16 - 9.0.115), it works fine.
Firefox with flash player (9.0.115), it works fine.
The only scenario which I encounter the problem is when using Firefox with player version (9.0.16-9.0.47). The swf will keep loading forever when I use FileReference or URLStream to make a request to a different domain server. It didnt trigger any open, progress, complete or error event. I also didnt see any request is being made to the server from firebug windows too.
Anyone has similar problem in Firefox before? Please give me some hints if you have any ideas. Thank you very much!