PDA

View Full Version : Error #2044: and Error #2032


LeadingLight
07-25-2007, 06:19 PM
I have the following problem.

I have an swf file that loads different resources from its own domain. Everything works fine if have the calling html file in the same domain. But if put the calling html on a different server I get the following error.


Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: mediaplayerconfig.xml

Witch to me would indicate an access error due to not having a cross domain policy file. Which is strange because I do have one setup. And I thought that you only needed that if the swf and the recourses was on different domains. it is only the html file witch loads the swf that is on a another domain. Anyone got any clues to what the problem could be or hove I can circumvent it.

panel
08-02-2007, 01:04 PM
Chceck if your policy file is the file actually loaded by your application.
You can do it by instalig liveheaders plugin to fire fox.
Go to tools -> httl live headers.
now open you page and review all http request. request for crossdomain.xml should be there