This content has been marked as final.
Show 7 replies
-
1. Re: unloading AS3
kglad Nov 15, 2007 12:19 PM (in response to arandlett)why not?
and you'll need to close all streams in your external swf in addition to unloading it. -
2. Re: unloading AS3
arandlett Nov 15, 2007 12:27 PM (in response to kglad)How do I tell it to unload itself and all the streams in the external swf. -
3. Re: unloading AS3
kglad Nov 15, 2007 12:30 PM (in response to arandlett)you use the loader's unload() method to unload it.
and you need to know what streams etc are open in order to close them. there's no global function to do that for you. -
4. Re: unloading AS3
arandlett Nov 15, 2007 12:52 PM (in response to kglad)how do you access the loader.unload() from with the loaded swf? Since _root is no longer available. -
5. Re: unloading AS3
kglad Nov 15, 2007 1:05 PM (in response to arandlett)your external swf's main timeline's parent will be the loader, after loading is complete. -
-