FlexBuilder3.2 default is to debug with Flash9, but with the release of Flash10, many browsers have been upgraded to FLASH10, but FlexBuilder3.2 has not been updated in time, resulting in each debugging flex/ Air items are pop-up boxes that do not locate the Flash9 debugger, is very uncomfortable. However, you can now use the following steps to enable FlexBuilder3.2 to debug and run under Flash10:
The first part:
1. Select an existing flex or air item, right-click->properties, and Open the Properties dialog box
2. Navigate to Flex Build Path->library Path, remove the original PLAYERGLOBAL.SWC under Flex3.2, and add SWC, adding <%flexbuilder3%>/sdks/ 3.2.0/FRAMEWORKS/LIBS/PLAYER/10/PLAYERGLOBAL.SWC (Note:<%flexbuilder3%> installation directory for FLEXBUILDER3)
3. Click OK to have FlexBuilder3.2 recompile
Part II:
4. Repeat step 1
5. Navigate to Flex Complier and set require Flash Player version to 10.0.10
(formerly: 9.0.124)
6. Click OK to have FlexBuilder3.2 recompile
Through the above settings can let FlexBuilder3.2 in Flash10 debugging and running, we can try.
Note: This setting comes from the following video link
Http://www.brooksandrus.com/blog ... ayer-10-in-flex-32/
(http://flash.9ria.com/thread-19184-1-1.html)
Note that you want to download the latest version of the Flashplayer debug version. Otherwise it will appear:
Failed to connect; Session timed out. Ensure that:
1. Compiled your Flash application with debugging on.
2. You are running the debugger version of Flash Player
Latest Flashplayer Debug Download Address:
Http://www.adobe.com/support/flashplayer/downloads.html
Flashplayer10 the latest version of Install Flashplayer10r12_36_winax Debug Edition is helpful for debugging.