Hi
Before of:
try to say:Code:var swf:String='Oils.swf'; var richiesta:URLRequest=new URLRequest(swf); var loader:Loader=new Loader(); loader.contentLoaderInfo.addEventListener(Event.OP EN,inizia); loader.contentLoaderInfo.addEventListener(Progress Event.PROGRESS,inCaricamento); loader.contentLoaderInfo.addEventListener(Event.CO MPLETE,completato); loader.load(richiesta);
loader.unload();
remove all listeners of loader and reload var swf:String...etc etc


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks