Are you sure that your code (above) can't load SWFs?
From the AS documentation: The Loader class is used to load SWF files or image (JPG, PNG, or GIF) files.
You're adding the loader to the displayList already. So this should work perfectly with bitmaps AND SWFs.
What is it that your code is not doing for you?
T
Main Topics
Browse All Topics





by: TanLiHaoPosted on 2009-08-25 at 02:56:14ID: 25175885
http://www.experts-exchang e.com/Soft ware/Photo s_Graphics / Web_Graph ics/Macrom edia_Flash /ActionScr ipt/Q_2465 2947.html
idn't I show you before? Just apply the same export for actionscript, and then get the class definition, create new instance and then addChild.
D