bulkLoader auto casting


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // bulkLoader auto casting
  2.  
  3. _xml = _loader.getXML("xml");
  4.  
  5. var thumb:Bitmap = _loader.getBitmap("thumb");
  6. _thumb.addChild(thumb);
  7.  
  8. _mc = _loader.getMovieClip("swf"); // or getContent

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.