[Flashcoders] which Symbol?

2006-12-04 Thread karim beyrouti
Hi All... I don’t think this is possible, but just thought I'd ask if it's possible to get the linkageID of a symbol that a class is assigned to?.. Cheers - karim -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.430 / Virus Database: 268.15.2/559 -

Re: [Flashcoders] which Symbol?

2006-12-04 Thread Bart Wttewaall
Hi Karim, When building components, the first three (static) variables usually define the symbolName, symbolOwner and className. If you add them to your own class, then you're done. Get the linkageID by calling Classname.symbolName; Of course you should use the same identifier that you set in

RE: [Flashcoders] which Symbol?

2006-12-04 Thread karim beyrouti
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bart Wttewaall Sent: 04 December 2006 17:01 To: Flashcoders mailing list Subject: Re: [Flashcoders] which Symbol? Hi Karim, When building components, the first three (static) variables usually define the symbolName, symbolOwner and className