Advertisement
WindowsTV

Untitled

Oct 8th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var mclListener:Object = new Object();
  2.  
  3. mclListener.onLoadInit = function(target_mc:MovieClip) {
  4.     target_mc.onRelease = function ()
  5.     {
  6.         return;
  7.     };
  8. };
  9. var _loc1:MovieClipLoader = new MovieClipLoader();
  10. _loc1.addListener(mclListener);
  11. _loc1.loadClip(url, container_mc);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement