I've been working on an issue where my debugger stopped working.
(although I can create a new application and the debugger works just
fine within the new app) I was thinking this problem appeared around the
time I installed Flash 10.  So I used the adobe remove flash program and
re-installed Flex Builder 3 forcing version 9 of the player/debugger to
be installed again.

Now when I run the app I was creating it comes up and says this program
requires adobe flash 10 is installed, do you want to install it now?

When I look at my main.html I see this:

//
------------------------------------------------------------------------
-----
// Globals
// Major version of Flash required
var requiredMajorVersion = 9;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Minor version of Flash required
var requiredRevision = 151;
//
------------------------------------------------------------------------
-----

And I don't see any references to version 10 of flash.  Where is this
coming from?  I also verified the properties are set to version 9.0.151
in FB3.

Thanks!
   Scott

Reply via email to