2

I am wondrering if Flex can compile to Flash Lite, it is from greath importance if it can, and how ( because i am not finding anywhere an option to switch or something ) ?

Yordan Yanakiev
  • 2,546
  • 3
  • 39
  • 88

1 Answers1

3

Flash Lite 3 is still ActionScript 2, so I doubt.

I used to use MTASC for command line compiling for Flash Lite and going around having to use the Flash IDE.

dain
  • 6,475
  • 1
  • 38
  • 47
  • I don't think Flex ever went anywhere near AS2 to be honest :) – dain May 27 '11 at 12:45
  • 1
    Maybe worth mentioning that Flex 4.5 did add mobile support though, but only modern smartphones / tablets are targeted, Flash Lite is proper legacy stuff now... – dain May 27 '11 at 12:52
  • Wonder if it preformance is suitable for everyday usage on such a devices :| – Yordan Yanakiev May 27 '11 at 13:24
  • It's not that bad actually: http://gregsramblings.com/2011/04/26/convincing-developers-that-adobe-flex-rocks-on-android-ios-and-playbook/ – Caveat is that you have to do more ActionScript + FXG and less MXML – dain May 27 '11 at 13:27