[flexcoders] Re: I just ran software update on Mac OS X, now FB cannot locate the debugger

2008-10-21 Thread tchredeemed
Ok.

1) I went into Flex Builder and installed the flash player that comes
in Flex Builder 3/Player/mac

After I did this, the project would compile and run without giving me
any errors, but it never updated (for instance, I changed the
background color, and it would 'compile and run', but the background
color never changed, i did it with multiple different variables, but
it was as if it was not actually updating the swf)

2) I decided to just do what you said, so I ran the uninstall flash player

3) I installed Flash Player 10, and I am getting that error, as well
as a new error that says 

/users/./public/bin/MyProject.swf

The SWF application file does not contain required debugging
Information.  You might need to edit your project settings or recreate
your project.

It is so frustrating.



[flexcoders] Re: I just ran software update on Mac OS X, now FB cannot locate the debugger

2008-10-21 Thread tchredeemed
For instance

trace('testing'); in the creationCompleteHandler() does not trace
testing...

likewise, if I delete all function calls out of the
creationCompleteHandler, it still calls them...

--- In flexcoders@yahoogroups.com, tchredeemed [EMAIL PROTECTED] wrote:

 Ok.
 
 1) I went into Flex Builder and installed the flash player that comes
 in Flex Builder 3/Player/mac
 
 After I did this, the project would compile and run without giving me
 any errors, but it never updated (for instance, I changed the
 background color, and it would 'compile and run', but the background
 color never changed, i did it with multiple different variables, but
 it was as if it was not actually updating the swf)
 
 2) I decided to just do what you said, so I ran the uninstall flash
player
 
 3) I installed Flash Player 10, and I am getting that error, as well
 as a new error that says 
 
 /users/./public/bin/MyProject.swf
 
 The SWF application file does not contain required debugging
 Information.  You might need to edit your project settings or recreate
 your project.
 
 It is so frustrating.





[flexcoders] Re: I just ran software update on Mac OS X, now FB cannot locate the debugger

2008-10-21 Thread tchredeemed
also

it actually runs MyApp.swf?debug=true

isnt it supposed to be MyApp-debug.swf ?




Re: [flexcoders] Re: I just ran software update on Mac OS X, now FB cannot locate the debugger

2008-10-21 Thread Troy Gilbert
 it actually runs MyApp.swf?debug=true
 isnt it supposed to be MyApp-debug.swf ?

In Flex Builder 3, both SWFs have the same name but debug includes
?debug=true.

Troy.


Re: [flexcoders] Re: I just ran software update on Mac OS X, now FB cannot locate the debugger

2008-10-21 Thread Troy Gilbert
 3) I installed Flash Player 10, and I am getting that error, as well

I've not been able to find a link to a debug Flash Player 10... a blog
I saw suggested that Flash Player 10 is both regular and debug, but I
kinda doubt it (since there's a reference to a debug player for CS4).

I'm guessing we have to wait for the coming FB update to get the debug player?

Troy.