Ask a Question related to Macromedia Director Lingo, Design and Development.
-
g11 webforumsuser@macromedia.com #1
Opening an external application with lingo
Lingo "open" command does not seem to open/launch files with extension .msi. Is there a workaround to this? Are there any other commands that can be used instead of "open"?
g11 webforumsuser@macromedia.com Guest
-
#39841 [NEW]: fopen is not opening external urls but opening local files
From: sarvesh_borkar at yahoo dot co dot in Operating system: FreeBSD PHP version: 5.2.0 PHP Bug Type: Filesystem function... -
Opening external application in Mactintosh
I have a link in my PDF which should open a standalone player (application) outside. The same button should open the .exe file in PC. When i link... -
external lingo scriptEditor 2004 is out now!
lingo scriptEditor is an external authoring tool for Lingo Object-Oriented programming. It provides a professional script environment for Macromedia... -
printing external rtf or doc file with lingo
hi everybody! i need to print an external text file in .rtf or .doc format with lingo, possibly without opening an external application. I've... -
projector starting external application using lingo
I am creating a projector that will be running of a CD-ROM. The projector needs to be able to open up an html file using user's default browser and... -
Arturo Toledo #2
Re: Opening an external application with lingo
There´s not a chance of problem here...
open "myFilePath" with the applicationPath & "program that opens .MSI files"
open {whichDocument) with (whichApplication )
You must specify the application you want to use for opening your msi
files... If plan on distributing your director project you will have to
provide users with the application to open msi files... Director does not
automatically finds the application required to launch any format.
for instance...
open "testPDF.pdf" with the applicationPath & "reader/acrord32.exe"
Arturo
"g11" <webforumsuser@macromedia.com> escribió en el mensaje
news:bqo74u$qmm$1@forums.macromedia.com.....msi. Is there a workaround to this? Are there any other commands that can> Lingo "open" command does not seem to open/launch files with extension
be used instead of "open"?>
>
Arturo Toledo Guest
-
Andrew Morton #3
Re: Opening an external application with lingo
Use an xtra like buddyAPI ([url]www.mods.com.au[/url]) or fileXtra4
([url]http://kblab.net/xtras[/url]) to open the file.
Andrew
Andrew Morton Guest
-
g11 webforumsuser@macromedia.com #4
Re: Opening an external application with lingo
Hello and thanks for your replies.
This .msi file is actually an install application for Quicktime. It launches similar to an exe file (by double-clicking on it). The lingo open command fails to launch this application due to the .msi extension and I'm not sure how
open "myFilePath" with the applicationPath & "applicationName"
would work, since the msi file IS an application. Any ideas?
g11 webforumsuser@macromedia.com Guest
-
Andrew Morton #5
Re: Opening an external application with lingo
I can't tell if you've seen my previous reply because the web forums don't
always keep up with the newsgroup, however, because explorer.exe "knows" what to
do with .msi files and Windows knows where explorer.exe is, you could use
open the moviePath & "installers\x.msi" with "explorer.exe"
but I would not bet on it being reliable, and unlike using an xtra you do not
get a result back to indicate if the operation was successful.
Andrew
Andrew Morton Guest
-
Arturo Toledo #6
Re: Opening an external application with lingo
That´s right... the buddyAPI Xtra is the best solution for you.
"Andrew Morton" <akm@in-press.co.uk.invalid> escribió en el mensaje
news:bqqbeg$bn7$1@forums.macromedia.com...what to> I can't tell if you've seen my previous reply because the web forums don't
> always keep up with the newsgroup, however, because explorer.exe "knows"not> do with .msi files and Windows knows where explorer.exe is, you could use
>
> open the moviePath & "installers\x.msi" with "explorer.exe"
>
> but I would not bet on it being reliable, and unlike using an xtra you do> get a result back to indicate if the operation was successful.
>
> Andrew
>
Arturo Toledo Guest



Reply With Quote

