01-25-2013 01:05 AM
Is it possible to create an AIR app using flex instead of using pure AS3?
thankssss
Solved! Go to Solution.
01-25-2013 01:08 AM
You can use Flex for craeting AIR apps but will eventually have to use AS3.
01-25-2013 02:02 AM
01-25-2013 02:21 AM
yes.
All you need is an .swf-file.
that file must be packed in AIR and converted into a .bar (can be done via console with a single command)
and then it should run on BB10
01-25-2013 02:43 AM
Yes.
You can use MXML and AS3 for creating AIR apps for BB10, the same way as done for playbook.
Just a note, if you use Flash CS5, then even if you publish the file for Flash player, it works in BB10.
01-25-2013 04:25 AM