Flex Builder cannot locate the required version of flash player

孤街醉人 提交于 2019-12-13 04:11:29

问题


I am new to Flex development. I got an error when i tried to run the application as Flex Builder cannot locate the require version of flash player and saying you might need to install flash player 9.

I am using Flex Builder 3 with SDK 3.2 and having latest flash player of version 11.1.162

Even having latest version of flash player why i could not able to run the application?

To run successfully what should i need to do?

Thanks in advance


回答1:


I got the above mentioned problem, when i have setting as "default system web browser" check box selected under Windows->Preferences->General->Web Browser in flex builder. Now i changed my settings by selecting the appropriate web browser from the list in which i want to run my application., in my case i selected Internet Explorer. After performing this i am able to run my application without any problem.




回答2:


I know this is an old thread, but this solution worked for me. Do a search for NPSWF32.DLL and locate the most recent match on the list... on my system that was in

C:\Program Files(x86)\Common Files\Adobe AIR\Versions\1.0\Resources.

Copy that file to the folder it is complaining it can't find it in.

c:\Program Files(x86)\Mozilla Firefox\plugins\

or

c:\Program Files (x86)\Google\Chrome\Application\Plugins\

You might need to create the Plugins directory. Once you've done that, it should stop complaining.



来源:https://stackoverflow.com/questions/9545438/flex-builder-cannot-locate-the-required-version-of-flash-player

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!