I know that you can add swf metadata to a compilation command as a parameter to the command, but I cannot find documentation on how to access this metadata in ActionScript at runtime. We are trying to add the version number to swf at compile time, and then somewhere in our application we will retrieve it at run time, here is an example command to add description metadata.
mxmlc -description "version 1.2.3"
I know that swf metadata is used by search engines and other utilities to collect information about a SWF file, but you can probably get it in ActionScript at runtime?
source
share