View Full Version : Flex Builder 3 question
EvLSnoopY
08-02-2009, 05:17 AM
I use Flex Builder 3 to write my ActionScript and whenever I debug my project(s) the Flex Builder IDE makes Firefox open up my .swf in the browser. My question is how do I stop the Flex Builder IDE from launching my browser?
laaptu
08-02-2009, 08:42 AM
1: Go to Project -> Properties
2: Go to Flex Compiler and under it there is HTML wrapper,below it just uncheck Generate HTML wrapper
3: Apply changes
And in the next time your output will be displayed on the flash player only.
wagster
08-02-2009, 10:21 AM
1: Go to Project -> Properties
2: Go to Flex Compiler and under it there is HTML wrapper,below it just uncheck Generate HTML wrapper
3: Apply changes
And in the next time your output will be displayed on the flash player only.
If that doesn't work (I'm not sure it will but I've been wrong before) go to Project > Properties > Run/Debug Settings and select your debug config (most likely the only one there unless you have created more).
Hit "Edit" and on the "Main" tab change the ending of the Debug Path from .html to .swf. This will cause the debugger to launch the swf directly in the standalone Flash player instead of launching the html wrapper in a browser.
That's how I do it anyway, I might see what happens if I use the method above.
EvLSnoopY
08-02-2009, 02:44 PM
Yes! Thank you both! It finally works. lol I was SO close to insanity. I spent practally all day yesterday trying to figure this out. haha you don't know how happy I am now. Thanks a lot!
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.