Ask a Question related to Macromedia Director Lingo, Design and Development.
-
calan@mighty.co.za webforumsuser@macromedia.com #1
Launching Apps
I have read through the blurb on opening an exe from director, however, it gives me a script error when trying this. I have tried all of the following:
on mouseDown me
open "1.exe"
end
on mouseDown me
open 1.exe
end
Neither of these seem to work, could anyone let me know the code. Does the file need to be in something like the FSCOMMAND folder that Flash MX now requires?
Please help.
Cheers.
calan@mighty.co.za webforumsuser@macromedia.com Guest
-
Call windows apps from web apps
I have 2 apps windows and web apps. I would like to call a windows app (.exe) from web apps. How do I do this? -
Ruby launching system apps?
I have a UNIX machine and I want a ruby app that can launch UNIX commands like awk or sed...how would I implement this? use Shell.new? -
Web enabled apps/Thin client apps
I'm writing an article and I need your informed opinions, so I ask you this: 1. Doesn't the web-enabled app generally run slower for one reason or... -
launching apps from expansion cards
Are there any 3rd party launchers which allow launching apps from ANY directory on expansion cards and not only from the default /Palm/Launcher... -
launching from pdf
Hi I need to launch various projectors from pdf's, the problem is that I am running out of room on the cd so I was looking into the the... -
Mark A. Boyd #2
Re: Launching Apps
On 01 Dec 2003, "calan@mighty.co.za" [email]webforumsuser@macromedia.com[/email] wrote:
What does the script error say?> I have read through the blurb on opening an exe from director,
> however, it gives me a script error when trying this. I have tried all
> of the following:
You might try adding the moviePath> on mouseDown me
> open "1.exe"
> end
open the moviePath &"1.exe"
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest
-
calan@mighty.co.za webforumsuser@macromedia.com #3
Re: Launching Apps
All files are in the root of the cd so there isn't one.
I must be an idiot as, bizarely, I'm not new to this but am stumped on something as simple as this.
calan@mighty.co.za webforumsuser@macromedia.com Guest
-
Mark A. Boyd #4
Re: Launching Apps
On 01 Dec 2003, "calan@mighty.co.za" [email]webforumsuser@macromedia.com[/email] wrote:
But there is. That path might be G:\, but it still counts as a path. The> All files are in the root of the cd so there isn't one.
advantage of using 'the moviePath' is that it will return the full path to
the projector or movie - you don't need to know ahead of time what that
path might be.
Actually, open is the idiot here. It has no return code to inform you of> I must be an idiot as, bizarely, I'm not new to this but am stumped on
> something as simple as this.
success/failure. I recommend using a 3rd party Xtra instead of Lingo's
'open'.
Buddy API, DirectOS, FileXtra, and possibly others all have return codes
for their equivalent run program methods. Links to all of them can be found
on The Mile-High Table O'Products at [url]http://www.updatestage.com[/url]
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest



Reply With Quote

