|
-
Works on Mac not PC in IE9
I tried searching, but can't find any answers.
I have some AS3 code that reads multiple xml files. On a Mac it runs fine. On a PC it runs in firefox and chrome, but not in IE9. It loads and hangs. The code is rather complex, so I'd rather avoid posting it. I'm just wondering if people have had this happen to them, and what the issue was so I can get some ideas of where to start looking?
Thanks
-
Use the debug player to see if it is throwing errors. Use fiddler or something like that to check if it's loading the correct resources.
-
Try using CDATA, e.g.:
<name><![CDATA[John Smith]]></name>
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|