Something was corrupted in the file.  I exited FB3 and renamed the folder.  
Then created a new folder with the original name and copied the source files 
only into it.  After that I opened FB3 and did a new->project and set it up the 
same as it was before.  Once I did that; the error message went away but I 
still have the debugger issue...

________________________________________
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Scott
Sent: Friday, February 27, 2009 10:42 AM
To: flexcoders@yahoogroups.com
Subject: {Disarmed} [flexcoders] FB program launch wants to install 10 when I 
only have 9

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