RE: [flexcoders] Re: .exe files in flex3

2009-12-11 Thread Jim Hayes
No, you still need the runtime installed, I'm afraid!


-Original Message-
From: flexcoders@yahoogroups.com on behalf of Nick Collins
Sent: Fri 12/11/2009 6:52 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: .exe files in flex3
 
You could also look at the Air 2.0 beta which allows you to export to a
standalone executable for both Mac and PC. That way you wouldn't have to
worry about the AIR runtime being installed.

On Fri, Dec 11, 2009 at 12:05 PM, David Pariente wrote:

>
>
> For a desktop app go for air, but remember it needs the air virtual machine
> installed, but will work on mac, windows and linux with no changes.
>
> If u want an exe for windows there are 2 or 3 commercial apps that u can
> find googleing. They are advertised as flash to exe apps, but thet should
> work on flex as well. This option might need you to change or add some code
> in the app.
>
> For serious desktop solutions i would consider air, because is really
> installed and updatable and many other reasons. Exes only executes, it does
> not install, exes might be good for things like demo CDs.
>
> --
> David Pariente
> RIA consultor
> --
>
> El 11/12/2009, a las 16:33, "invertedspear" 
> escribió:
>
>
>
> You might want to post your question in the directly instead of as a reply.
> You'll get a more detailed answer than what I know. You want to make an Air
> application. All I can suggest is looking into how to compile to an Air app.
>
> --- In flexcod...@yahoogro ups.com, kanna
>  wrote:
> >
> > Hi i need a help from you all,i want to know how to create a .exe files
> in
> > Flex3. For example i have a application up and running which is
> > developed in flex3 with blezeds -tomcat. i want to create it as a full
> > exe so that it can be installed in other system and without doing any
> > other configuration it should work. i believe we need to take care of
> > the database part. i have a war with swf files and web-inf parts.
>
>
>  
>


__
This communication is from Primal Pictures Ltd., a company registered in 
England and Wales with registration No. 02622298 and registered office: 4th 
Floor, Tennyson House, 159-165 Great Portland Street, London, W1W 5PA, UK. VAT 
registration No. 648874577.

This e-mail is confidential and may be privileged. It may be read, copied and 
used only by the intended recipient. If you have received it in error, please 
contact the sender immediately by return e-mail or by telephoning +44(0)20 7637 
1010. Please then delete the e-mail and do not disclose its contents to any 
person.
This email has been scanned for Primal Pictures by the MessageLabs Email 
Security System.
__<>

Re: [flexcoders] Re: .exe files in flex3

2009-12-11 Thread Nick Collins
You could also look at the Air 2.0 beta which allows you to export to a
standalone executable for both Mac and PC. That way you wouldn't have to
worry about the AIR runtime being installed.

On Fri, Dec 11, 2009 at 12:05 PM, David Pariente wrote:

>
>
> For a desktop app go for air, but remember it needs the air virtual machine
> installed, but will work on mac, windows and linux with no changes.
>
> If u want an exe for windows there are 2 or 3 commercial apps that u can
> find googleing. They are advertised as flash to exe apps, but thet should
> work on flex as well. This option might need you to change or add some code
> in the app.
>
> For serious desktop solutions i would consider air, because is really
> installed and updatable and many other reasons. Exes only executes, it does
> not install, exes might be good for things like demo CDs.
>
> --
> David Pariente
> RIA consultor
> --
>
> El 11/12/2009, a las 16:33, "invertedspear" 
> escribió:
>
>
>
> You might want to post your question in the directly instead of as a reply.
> You'll get a more detailed answer than what I know. You want to make an Air
> application. All I can suggest is looking into how to compile to an Air app.
>
> --- In flexcod...@yahoogro ups.com, kanna
>  wrote:
> >
> > Hi i need a help from you all,i want to know how to create a .exe files
> in
> > Flex3. For example i have a application up and running which is
> > developed in flex3 with blezeds -tomcat. i want to create it as a full
> > exe so that it can be installed in other system and without doing any
> > other configuration it should work. i believe we need to take care of
> > the database part. i have a war with swf files and web-inf parts.
>
>
>  
>


Re: [flexcoders] Re: .exe files in flex3

2009-12-11 Thread David Pariente
For a desktop app go for air, but remember it needs the air virtual machine 
installed, but will work on mac, windows and linux with no changes.

If u want an exe for windows there are 2 or 3 commercial apps that u can find 
googleing. They are advertised as flash to exe apps, but thet should work on 
flex as well. This option might need you to change or add some code in the app.

For serious desktop solutions i would consider air, because is really installed 
and updatable and many other reasons. Exes only executes, it does not install, 
exes might be good for things like demo CDs.

--
David Pariente
RIA consultor
--

El 11/12/2009, a las 16:33, "invertedspear"  escribió:

You might want to post your question in the directly instead of as a reply. 
You'll get a more detailed answer than what I know. You want to make an Air 
application. All I can suggest is looking into how to compile to an Air app.

--- In flexcoders@yahoogroups.com, kanna  wrote:
>
> Hi i need a help from you all,i want to know how to create a .exe files in
> Flex3. For example i have a application up and running which is
> developed in flex3 with blezeds -tomcat. i want to create it as a full
> exe so that it can be installed in other system and without doing any
> other configuration it should work. i believe we need to take care of
> the database part. i have a war with swf files and web-inf parts.