Hi,
I posted this in the flash CS3 forum, but it actually should have gone here, so forgive the double-post action, but here is my question:
I’ve got a flash movie that loads data from an XML file using the URLLoader class. The file loads perfectly with not problems in this swf. However, I’m also loading this swf into another swf using the Loader class, and when I do that, the URLLoader functions from the first swf no longer work. So, in other words, when I load my first swf into another swf, the first swf is not able to load its xml content. Is there anything I should know about the Loader class that would prevent the loaded swf from being able to load data?