Hi,
doing this:
private function elementLoaded( ev:Event ):void{
var bm:Bitmap = bl.getBitmap( ev.target.id, true );
bm.name = ev.target.id;
slide.addChild( bm );
[...]
I get an error saying impossible to change the name of a DisplayObject
already in scenario.
???? thx L _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

