Referencing a class in [Event] metadata (ie. [Event(type="something"]) has the 
same affect as referencing it through code: the class is linked and included in 
the output. Is there a compiler flag that will allow me to enable class linking 
for my own metadata fields (ones that were included via -keep-as3-metadata)?

 
If the answer is yes (if not, you can skip this part), does that functionality 
"stick" to libraries like -keep-as3-metadata does? (ie. if you 
-keep-as3-metadata in libraryA and reference it from applicationB, applicationB 
will also keep that metadata)


Reply via email to