[flexcoders] Re: Build Date?

2007-03-14 Thread igl_73
You can use flex metadata to embed info within swf file. execute mxmlc -help advanced metadata for more info on this subject. Igor. --- In flexcoders@yahoogroups.com, Steve Kellogg [EMAIL PROTECTED] wrote: Hello, Is there any 'best practices' method to deriving the BUILD DATE of a

[flexcoders] Re: Build Date?

2007-03-13 Thread Paul DeCoursey
Do you mean the date the swf was compiled? Not sure if there is an easier way, but here is a high level of what we do. We do all our builds with ANT, and we use some custom ANT tasks that creates an .as file with build info. Then our main application mxml includes that and we can display that