views:

88

answers:

2

Does websites created by Flex Builder works on every browsers that use Flash ?

+2  A: 

No. The web site created by Flex Builder requires Flash player version 9 or above.

FAQ: Flex and Flash

Guffa
Is it the only requirement ?
xRobot
@xRobot: Yes, as far as I can gather.
Guffa
+1  A: 

At the end of the day, Flex Builder generates a flash swf file of your application. It is a flash file and therefore will play on any appropiate flash player (v9 or above). Flex is just the name for the marriage between the MXML markup and Actionscript 3 language, while flash is the compiled output.

Chris Knight