Hi,
I am quite new to flash so I wonder if you could help me with this.
I use bulkloader to load different objects.
var item1:Bitmap = bulkLoader.getBitmap("item1");
//mc_loader.removeChildAt(0);
mc_loader.addChild(item1);
This is how you can load bitmaps… Can you help me to load swfs…?
Kind regards
jk