Re: [Flashcoders] How to run an external exe file

2007-03-22 Thread Birgit Ferran
En/na Steve Abaffy ha escrit: I tried loading the swf file as well and loads ok, except that the second swf file needs to look at a folder and load a bunch of jpg, and other data. I have looked at the data being loaded and it is all there, however the pictures do not load that data does not put i

RE: [Flashcoders] How to run an external exe file

2007-03-21 Thread Steve Abaffy
lf Of Jim Berkey Sent: Wednesday, March 21, 2007 2:36 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] How to run an external exe file On 3/21/2007 at 11:39 AM Steve Abaffy wrote: >Hello, > > I am creating a Flash exe to run off of a CD. I have a second exe >t

Re: [Flashcoders] How to run an external exe file

2007-03-21 Thread R�kos Attila
fscommand("exec", "Second.exe"); Create a folder named "fscommand" where your projector resides and place Second.exe into this folder. Attila SA> Hello, SA> SA> I am creating a Flash exe to run off of a CD. I have a second exe SA> that I want to run from the first. The second exe runs fi

Re: [Flashcoders] How to run an external exe file

2007-03-21 Thread Jim Berkey
On 3/21/2007 at 11:39 AM Steve Abaffy wrote: >Hello, > > I am creating a Flash exe to run off of a CD. I have a second exe >that I want to run from the first. The second exe runs fine by itself, but >when I start it from the first all the resources of the second exe file do >not load, it loo