in Flash cs6 How to load more than one .swf to play Plz hurry again (Sorry)
this my code. it play one .swf already but .swf is to big i have to cut it in 3 part. how do i play .swf part 1 and part 2 and part 3 as a one video
var swfRequest:URLRequest = new URLRequest ("All clip 720p.swf");
var swfLoader:Loader = new Loader ();
swfLoader.load (swfRequest);
addChild (swfLoader);
