- Author was Featured
- Bought between 10 and 49 items
- Croatia
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
What would be the fastest way to covert a Flash app to a standalone app that would work on desktop and mobile devices? Is there any ?
Thanks
Using Adobe AIR maybe?
- Author was Featured
- Bought between 10 and 49 items
- Croatia
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
alexxcz said
Using Adobe AIR maybe?
Yeah I know AIR is for desktop apps, but I didn’t use it yet. How difficult is to convert an existing Flash app to an AIR app? For example a slide show that is configured via xml and loads images externally. How to make it work cross platform ? Any resource on this subject is welcome 
For EXEs, you could try SWF to EXE programs. Not sure if they require FlashPlayer to be installed.
- Author was Featured
- Item was Featured
- Exclusive Author
- Has been a member for 3-4 years
- Author had a File in an Envato Bundle
- Interviewed on the Envato Notes blog
- Contributed a Tutorial to a Tuts+ Site
- Microlancer Beta Tester
Yes,swf to exe files also need flash player or AIR run it. 
MDM ZINC again
zlac saidYou know with all those plug-ins/apps web offered people forget how things can be simple.
alexxcz saidFor example a slide show that is configured via xml and loads images externally. How to make it work cross platform ? Any resource on this subject is welcome
Using Adobe AIR maybe?![]()
You can take almost any application (like AD submission) for example banners/slideshow atc ` almost any flash app` and migrate it in to a native app for the desktop in a few simple steps using Air in your flash IDE .
But for example let’s say you take mp3 player made in flash over the web and shifted to AIR unless you don’t care about it, but using xml has no logic for the song list cos` on every update you will make on the song list you will have to update the xml ,so you need to take other approach like auto read from a folder and not from the xml on any xml list management . But again the migration to AIR is very simple and i can’t think of any better simple solution as to native AIR , unless you don’t have any flash skills what’s so ever, and its look like you do have skills .
So don’t be lazy
dirt your hands with some AIR , maybe I should make a tutorial about this topic ….but i am way to lazy.
edit .
here i found you a tutorial .
http://active.tutsplus.com/tutorials/air/create-your-own-adobe-air-application-with-flash/ .you just need to skip most of the steps there cos you already have a working file ,just look how to rap it with Air
zlac said
How difficult is to convert an existing Flash app to an AIR app?
I’m not sure, never used AIR . But since it’s still AS3 and the API is almost identical to Flash I think there are few little changes that you need to make. Maybe the user imput would be different on mobile devices (like touch events instead of mouse events) or loading images from the disk etc.
To create an EXE (or .app in Mac OS) just open up the SWF and use Create Projector. This is only for desktop but works pretty well, it basically packages the flash player and your app inside one executable.

- Author was Featured
- Bought between 10 and 49 items
- Croatia
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
tsafi said
zlac saidYou know with all those plug-ins/apps web offered people forget how things can be simple.
alexxcz saidFor example a slide show that is configured via xml and loads images externally. How to make it work cross platform ? Any resource on this subject is welcome
Using Adobe AIR maybe?![]()
You can take almost any application (like AD submission) for example banners/slideshow atc ` almost any flash app` and migrate it in to a native app for the desktop in a few simple steps using Air in your flash IDE .
But for example let’s say you take mp3 player made in flash over the web and shifted to AIR unless you don’t care about it, but using xml has no logic for the song list cos` on every update you will make on the song list you will have to update the xml ,so you need to take other approach like auto read from a folder and not from the xml on any xml list management . But again the migration to AIR is very simple and i can’t think of any better simple solution as to native AIR , unless you don’t have any flash skills what’s so ever, and its look like you do have skills .
So don’t be lazy
dirt your hands with some AIR , maybe I should make a tutorial about this topic ….but i am way to lazy.
edit .
here i found you a tutorial .
http://active.tutsplus.com/tutorials/air/create-your-own-adobe-air-application-with-flash/ . you just need to skip most of the steps there cos you already have a working file ,just look how to rap it with Air
Thanks for your answer, that’s what I was looking for 
I also fount out that its possible to just publish an existing Flash project to win projector(exe) or mac projector with Flash IDE .
