Checking Flash player version using Javascript [duplicate]

依然范特西╮ 提交于 2020-01-11 09:17:07

问题


Is it possible to check the version of the Flash Player installed in a browser using Javascript?


回答1:


You can check an example here.




回答2:


There is a nice, lightweight JavaScript Flash Detection Library, which is smaller and more convenient than using SWFObject. You should consider it, if you only want to check if Flash is installed, what version of Flash Player is installed etc., but you're using different method of playing FLV movies.

SWFObject should be considered only, if you're also using it for playing Flash movies. For just checking, if Flash is installed or what version of Flash player is installed, it is to heavy, in my opinion.




回答3:


You should have a look at swfobject2: http://code.google.com/p/swfobject/



来源:https://stackoverflow.com/questions/3652480/checking-flash-player-version-using-javascript

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