Let's say you have compiled your app to use 10.0.0 or maybe 9.0.124 or
whatever.When the app is running, is there an easy way to determine
(from within the app)which version of flash player it was compiled
for?Some API like: getGlobalPlayerVersion():String or some such?
[while trying to find bugs in flash or for other reasons, I find myself
needing to switch the version, and several times have been
tricked/confused by cached copies of the app which are not using the
version I just compiled... so it would be nice if I could make the app
display "I was compiled for 10.0.0" or whatever]
--- In flexcoders@yahoogroups.com, Ninh Hieu <hieusu...@...> wrote:>
> To specify which flash player version your project will be based on,
Right click project name > Properties > Actionscript Compiler, at the
Require Flash Player version, type in 10.0.0.> > Ninh Hai Hieu>