Fx{r} is trying to start the Fx{r} Community! Please join our group on Adobe Groups following this link: http://groups.adobe.com/groups/ab29539ab9.
Fx{r} is now on Twitter too. Follow us @ twitter.com/fx_r!
« Comparison: Remove Duplicate Chars from a String Via Array and RegExp
» Resizable Canvas - Horizontally

ActionScript, Air, Flex 2

Converting a flex 2 app to air

Virgil Cristea | 23.04.08 | Comment?

Last week I tried to convert a small flex 2 application to air. It went pretty smooth with some minor exceptions that were fixed fast. So if you have a flex 2 app and did not do anything fancy in it then it all should work fine.
Keep in mind that flex 3 has some modifications in the framework than flex 2.

These are the steps I took to convert the app.

1) Create a new empty AIR application
2) copy old app files into the src dir of the new AIR app.
3) build.
4) installed FlexSpy to fix the small visual errors
5) fixed all visual stuff
6) removed FlexSpy
7) exported the app
8) used the AIR badge to create an “installer” for the AIR app.

As you can see I had no problems with the logic or stuff functioning wrong (but I can not say that will not happen - it depends with each project.)

Share and Enjoy:
  • TwitThis
  • Technorati
  • StumbleUpon
  • del.icio.us
  • NewsVine
  • Reddit
  • Digg
  • Furl
  • co.mments
  • blogmarks
  • Slashdot
  • description
  • Taggly
  • YahooMyWeb
  • connotea
  • Webride




Tags: , ,

This post was written by Virgil Cristea

Views: 6964

related

have your say

Add your comment below, or trackback from your own site. Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

:

:


« Comparison: Remove Duplicate Chars from a String Via Array and RegExp
» Resizable Canvas - Horizontally