Hi all.
How can I receive class related metadata in AS3. F.ex i have class 
with metadata.

[Event(name="enableChange", type=flash.events.Event)]
public class ModalText extends TextArea {

How can i receive that class has such metadata? For properties i can 
use describeType, but i cannot find any class related metadata in 
this description.

One more: how can I create my own metadata tags??? F.ex i want to use 
[XMLSerializable(target="attribute")].
public var someProperty : SomeType;

Thanx in advance.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to