, Sr. Member
For my project, using the standalone projector debugger fp11 debugger from adobe’s website, changing the launch configuration url to run the project.swf and adding the following compiler argument
-swf-version=13
, the standalone projector debugger appears to be using directx 9 as opposed to software mode (indicated by the away3d stats window).
My project also has an html file with wmode=“direct”, but I am not sure whether or not the compiler looks at the html file when compiling the swf. Running your swf in the browser, I am almost sure that you need the wmode parameter.
edit: here’s a link to the desktop debugger. http://fpdownload.macromedia.com/pub/flashplayer/updaters/11/flashplayer_11_sa_debug_32bit.exe
In Flash Builder, go to Window->Preferences->FlashBuilder->Debug
and select this file you downloaded here. You also need to do the steps I mentioned at the top of this post.