tags:

views:

116

answers:

3

Hello,

if i made a project with flex, and i want to distribute it, what it´s the better choice? i mean, it is not internet app, just desktop demo, what about the computer where application should be executed, there is any way to pack the application togheter with the flash/AIR player, in order that everything needed will be just in the exe or dmg file?

thanks. Br

+1  A: 

AIR is cross platform so if you go that route you should only have to generate one deliverable. Otherwise you'll need to make a PC projector and a Mac projector.

ThunderChunky_SF
that´s really a good point.but what about AIR, the user should install something in the computer? or the viewer it comes just embedded in the published project.
ignatius
@Ignatius It doesn't come embedded - user should install AIR runtime - just like you need java runtime to run java apps.
Amarghosh
A: 

If you export it as an air application the clients will need to have air installed.

There is an option to deploy an air 2.0 application as an executable

Oliver
A: 

click&go solution ? Deploy it online as a Flex app. Using Flash Player, it will be loaded without any problem in any browser. Just give your boss the URL he'll be good to go !

Thommas
yes, you are right, problem is that i dont know why, some people doesnt look the same way an aplication that is running inside a browser, somehow they think that is not as professional as desktop application, so i prefear always to provide an executable file.
ignatius