These variables are used by UIObject.createClassObject(). If you aren't using 
this method, you don't need these variables.

Scott

-----Original Message-----
From:   [EMAIL PROTECTED] on behalf of Manuel Saint-Victor
Sent:   Mon 1/30/2006 1:36 PM
To:     Flashcoders mailing list
Cc:     
Subject:        [Flashcoders] Do these lines only need to be in v2 
extendingcomponents?

Do the following lines need to be in components that don't extend the V2
component framework or can they be omitted:
// Components must declare these to be proper // components in the
components framework.
 static var symbolName:String = "Dial";
static var symbolOwner:Object = Dial;
var className:String = "Dial";

?
Thanks,

Mani
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to