What version of Flash Player is required for (simple) Flex 3 applications?

What version of Flash Player is required for the Flex 3 application?

The requirement is to set up the HTML compiler WRAPPER / ACTIONSCRIPT in the FLEX development environment; What can I choose there to ensure maximum compatibility with old flash players? Will v8 player work?

+3
source share
2 answers

Flex is built on ActionScript 3, and it was introduced in Flash Player 9, so the V8 player will not work if you want to run the flex 3 application.

ActionScript 3 AVM 2 (ActionScript ), flash- v8 AVM 1. - 9 AVM 1, AVM 2 . , atleast flash player 9, flex 3. V9 V10 -.

+3

Flash player 9

+3

Source: https://habr.com/ru/post/1703099/


All Articles