I am creating a swf browser, which allows a user to select a swf to play. After they are done they can return to the menu and select another swf to play. This is Flash 8, AS2.0.
The swf is loaded using the MovieClipLoader object, loadClip function. No problems so far.
The problem is when the swf is unloaded (unloadClip), when the user returns to the menu. The clip is removed from the MovieClip or Level (depending which version of loadClip was used), however the library assets that were in the swf seem to still be available. This causes a conflict when the next swf is loaded (eg. if they both contained “title.png”). In this case the first version of title.png is retained and the one from the new swf is lost.
Any clues would be greatly appreciated. :ko:
Thanks
Steven.