Probably this is a newbie question 🙂
But I have some Flash games built in AS3.
And I want to import it to Flash Builder 4.5 to create Andorid, iOS version of these games.
Is it possible to import this games to Flash Builder and just run something like “compile for Android”?
If is possible, how can I do that?
Best, Flavio
if most or all of your .swf was created on the timeline instead of portable code, you can simply create a wrapper and/or preloader to load that .swf and add it to the display list. something like this:
or if you don’t want a preloader you could simply embed your swf. something like this: