Question
Flash loads XML only when movie is not viewed via browser
I have a game that I wrote a while back that is no longer
functioning when it is played in Internet Explorer. However, it
still works fine if it is run directly in Flash player.
The game loads data from an XML file, and it appears for some reason that flash can't load the XML file when in a browser. I thought it might be the issue with MSIE and ActiveX control (ie, "click to activate this control"), but I applied a fix for that (an external .js file that does document.writes to load the control) and it didn't change anything.
I can't point to the game since it's part of an internal training course. I can post the code that loads the XML and creates an array from the data.
I've tried various IE security settings as well, although our PC's are locked down extremely tightly so there isn't much I can change..
Anyone have any thoughts??
The game loads data from an XML file, and it appears for some reason that flash can't load the XML file when in a browser. I thought it might be the issue with MSIE and ActiveX control (ie, "click to activate this control"), but I applied a fix for that (an external .js file that does document.writes to load the control) and it didn't change anything.
I can't point to the game since it's part of an internal training course. I can post the code that loads the XML and creates an array from the data.
I've tried various IE security settings as well, although our PC's are locked down extremely tightly so there isn't much I can change..
Anyone have any thoughts??