On Thu, Nov 27, 2008 at 6:53 PM, Weyert de Boer <[EMAIL PROTECTED]> wrote:
> You could make a constant class and then re-compile and package a AIR
> file for each download of the application. [...]

In the same spirit you could, perhaps, bake the ID as one of the compiler
arguments of your AIR swf, something along the lines of

mxmlc +configname=air -define=VERSION::GUID,0.1 ... etc.

Later on, when you need to make your tracking, you can access as easily as
trace("VERSION::GUID", VERSION::GUID);

You could even define this automatically based on date, svn revision, etc.

-- 
gabriel montagné láscaris comneno
http://rojored.com
t/506.8367.6794

Reply via email to