Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87158

Re: AS3 Unloading external SWF piling up problem

$
0
0

apply unloadAndStop() to all your loaders just prior to executing all loads:

 

function unloadAllF():void{

if(loader1.content){

loader1.unloadAndStop();

}

//etc

}


Viewing all articles
Browse latest Browse all 87158

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>