Background: I manually update a version timestamp in my Flash document, which is displayed on the log-in screen of the application at run time. This helps me verify that I have the latest version loaded in the browser, rather than some cached version.
The declaration for the variable is:
public static var version:String = "v 2012.11.14.1854"; //yyyy.mm.dd.hhmm
Is there a way to have this value automatically updated to the current system time when the document is compiled in the flash IDE? Perhaps with some kind of "compile time variable".