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
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);
>>
>>
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:
3 matches
Mail list logo