Guest User

Untitled

a guest
Feb 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. var ldr:Loader = new Loader();
  3. ldr.contentLoaderInfo.addEventListener(Event.COMPLETE, completeHandler);
  4. ldr.load(new URLRequest("movie/workfunction/workfunction_Hopper_hydraulic.swf"));
  5. function completeHandler(evt:Event)
  6. {
  7. my_mc.addChildAt(ldr.content as MovieClip, 0);
  8. my_mc.getChildAt(0).play();
  9. }
Add Comment
Please, Sign In to add comment