How to monitor version in swf file when we compile a swf file in Adobe Flex file?
|
|
|||
|
|
|
Assuming I understand your question correctly, you should check out this blog post of mine, titled "Saving and Accessing Version/Compilation Information with Flex Applications", which goes on to explain how you can use the conditional compilation feature in the mxmlc compiler to save variable values into the compiled binary and then print them to the log (or display in the user interface) within the app itself. Here are the relevant snippets from that post:
As far as the actual "version number" goes, I just use three things:
|
||||
|
