Hi folks,
I'm hoping someone can help here with a strange XML issue I can't seem to
solve. I've created a few dozen lessons in Flash for a client, where each
lessons reads an XML file 11 - 15 KB in size. Everything works great, except
once in a while the XML doesn't load in IE (have no problems in Firefox). I
have a simple xml.onLoad function as follows:
my_xml = new XML();
my_xml ignoreWhite = true;
my_xml.onLoad = function (success) {
if (success) {
...
} else {
trace("*** ERROR: Cannot load " + xmlFile);
}
}
my_xml.load(xmlFile);
Most of the time, this works. But sometimes in IE, I get the above error
message and it seems like the onLoad fails without timing out (I get the
error right away). It's kind of a serious issue for me because all my
lessons depend on these xml files. Has anyone encountered this before?
I know it's not the no cache headers issue because most of the time, the
lessons work. I figure it's not a timeout issue because I get the error
right instantaneously. It's difficult to debug because I can't seem to
replicate the error consistently. Can anyone help, please? Thanx!
harry
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com