RE: [Flashcoders] Label --> null

2006-09-26 Thread Steven Sacks | BLITZ
Are you using -keep? Have you tried FLASC? http://osflash.org/flasc ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf So

RE: [Flashcoders] Label --> null

2006-09-26 Thread Lieven Cardoen
reateLabel(owner:MovieClip, instanceName:String, >> depth:Number, initObj:Object):Label{ >> >> var label:Label = Label(owner.attachMovie(Label.symbolName, >> instanceName, depth, initObj)); >> >> logger.debug("label : " + label); >> >>

RE: [Flashcoders] Label --> null

2006-09-25 Thread Pete Miller
I think you probably want parenthesis around your typecast, as var label:Label = (Label)(owner.attachMovie(Label.symbolName, instanceName, depth, initObj)); P. >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:flashcoders- >> [EMAIL PROTECTED] On Behalf Of Lieven Cardoen >> Sent: