I have an swf file that loads an external swf file into an area on the stage. In the external file that is loaded, there is action script that does the same thing - loads a third external swf file into an area on the stage of the second swf file.
Like this, Only the parent swf loads. None of the other external files are loaded in.
If I take the loadMovie actionscript out of the second swf file so it's just static content, everything works fine.
In short, my question is can you use loadMovie in an swf file that itself has been loaded into another file via loadMovie first?





Bookmarks