懒猫猫IT 2011-02-20
现象:启动Flex项目后,Progress视图一直处在连接AdobeFlashPlayer调试器中,最终弹出启动失败窗口。
原因应该是有两种:
1,没有安装FlashPlayer调试器版本,上官网下载一个安装即可。
2,Eclipse启动Flex项目时,启用的浏览器中采用的FlashPlayer不是调试器版本。比如我本地有Chrome及IE,默认启用了Chrome,但是Chrome中不支持调试版。
进入window->preferences->General->WebBrowser,选择IE就ok了,或者在chrome下安装调试版Flashplayer。