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
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to