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
into the dynamic text fields. But when I run the second swf file as a stand
alone file it works perfect.
When you load one swf into another the path to any external files needs 
to be calculated from the parent swf. If swf2 is in a different folder 
than swf1, and you load swf2 into swf1, then the path to any files you 
want to load into the embedded swf2 needs to be calculated from the 
folder which contains swf1. Could this be the problem?


Birgit


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 looks as if they cannot be found. Both exe files are in the
same directory.  I am using the getURL(Second.exe,_blank,get); on a
button on(release).

When I've done CD's I created the opening file as an exe,so you have the 
built-in player,  auto opened it with an autorun.inf file, then loaded and 
unloaded swf's and jpg's and such into it, without any problems. Does the 
second file need to be an exe?
jimbo

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 fine by itself, but
SA when I start it from the first all the resources of the second exe file do
SA not load, it looks as if they cannot be found. Both exe files are in the
SA same directory.  I am using the getURL(Second.exe,_blank,get); on a
SA button on(release).
SA 
SA Any help would be appreciated.
SA 
SA Thanks


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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

2007-03-21 Thread Steve Abaffy
No it does not need to be an exe file. 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
into the dynamic text fields. But when I run the second swf file as a stand
alone file it works perfect. So I thought that maybe I could force it to run
the exe file instead. But couldn't figure it out.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf 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
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 looks as if they cannot be found. Both exe files are in the
same directory.  I am using the getURL(Second.exe,_blank,get); on a
button on(release).

When I've done CD's I created the opening file as an exe,so you have the
built-in player,  auto opened it with an autorun.inf file, then loaded and
unloaded swf's and jpg's and such into it, without any problems. Does the
second file need to be an exe?
jimbo

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com