in flash actionscript 3 how to stop imported .swf when hit backbutton ? plz hurry to answer my deadline is coming
i use Flash cs 6 with action script 3
to import .swf i use this code but when i hit backbutton the video in sf file does not stop and still play on top of every thing
stop ();
var swfRequest:URLRequest = new URLRequest ("All clip 720p.swf");
var swfLoader:Loader = new Loader ();
swfLoader.load (swfRequest);
addChild (swfLoader);
