What Flash player version is required by (simple) Flex 3 apps?

匿名 (未验证) 提交于 2019-12-03 00:57:01

问题:

What Flash player version is required by Flex 3 app ?

Requirement seems to be HTML WRAPPER/ACTIONSCRIPT compiler setting inside FLEX development environment; what can I choose there to allow maximum compatibility with old flash players? Will v8 player work?

回答1:

Flex is built upon ActionScript 3, and that was introduced in flash player 9 so V8 player would not work if you want to run flex 3 app on it.

To run ActionScript 3 you need AVM 2 (Actionscript virtual machine), flash player v8 cotains AVM 1 only. While flash player 9 contains both AVM 1 & AVM 2 for maintaining backword compatibility. So you would need atleast flash player 9 if u want to run flex 3 apps. V9 or V10 will give you all backward compatibility to ur existing flash applications



回答2:

Flash player 9 and above



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