Ask a Question related to Macromedia Director Lingo, Design and Development.
-
flecky webforumsuser@macromedia.com #1
.exe opener Lingo?
Hey folks.
Is there a Lingo that I can create on a button that will open an EXE file created from Director?
would open window "myMovie.exe" work?
thanksText
flecky webforumsuser@macromedia.com Guest
-
Go To URL in Opener - Javascript
It works fine but opens the URL in the original window leaving it behind the popup window. I need it to put the original window out in front and... -
Refreshing or Redirecting Opener Window
Is it possible to redirect or refresh the contents of Page1 from within Page2 where Page2 was opened by Page1? -
Opener Page ID
which is the best method to know if a aspx page was called from within another aspx page of my project and not called directly from the... -
RePosting window.opener windows to server.
Hi , I know that this is something belongs to IE but , I think sometimes asp.net developers encounter this problem. Sometimes we need to repost... -
window.opener.location.href doesn't work in frame
From parent windows, I have created a popup windows that comprises two frames. When I have clicked a link button in one of the frames, I would like... -
Jayem Abania - MMTS #2
Re: .exe opener Lingo?
Hi,
You can launch your projector (EXE) within a Director movie. However the
projector will be considered as ordinary application. For more sample
scripts, please visit:
<http://www.macromedia.com/go/12265>
Best regards,
Jayem Abania
Macromedia Technical Support
"flecky" <webforumsuser@macromedia.com> wrote in message
news:br2hul$ipb$1@forums.macromedia.com...created from Director?> Hey folks.
>
> Is there a Lingo that I can create on a button that will open an EXE file>
> would open window "myMovie.exe" work?
>
> thanksText
>
>
Jayem Abania - MMTS Guest
-
CJ #3
Re: .exe opener Lingo?
Try,
on mouseUp me
open "myMovie"
end
cj
"flecky" <webforumsuser@macromedia.com> wrote in message
news:br2hul$ipb$1@forums.macromedia.com...created from Director?> Hey folks.
>
> Is there a Lingo that I can create on a button that will open an EXE file>
> would open window "myMovie.exe" work?
>
> thanksText
>
>
CJ Guest
-
Mark A. Boyd #4
Re: .exe opener Lingo?
On 08 Dec 2003, "flecky" [email]webforumsuser@macromedia.com[/email] wrote:
Please notice the clear differences in the Lingo Dictionary (F1) between> Hey folks.
>
> Is there a Lingo that I can create on a button that will open an EXE
> file created from Director?
>
> would open window "myMovie.exe" work?
the 'open' Command and the 'open window' Window command.
To put it in different words, 'open window' can only be used to open
Director movies. These movies typically have a .dir, .dxr, or .dcr
extension. This command is used to open a Movie In A Window (MIAW). See
also: Lingo by Feature/Movies in a window.
An EXE file created from Director (or any other application) is an
executable program application. You should no longer think of it as a
Director movie and it will not open in a window as a MIAW. It is now an
application that you can run with the 'open' command.
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest
-
flecky webforumsuser@macromedia.com #5
Re: .exe opener Lingo?
thank you for your responses.
On Jayem's recommendation, I went to the Director Tech notes and used the following:
on mouseUp me
open the moviePath & "myMovie.exe"
end
This did exactly what I was looking for!
Thank you again.
Mike
ps. I was a Director user for 3 years before I took a new position at Penn State University...now I use Flash exclusively. I haven't used Director for a single project for a year-and-a-half, and am surprised at how much I've forgotten....what a shame!!! Happy Holidays.
flecky webforumsuser@macromedia.com Guest
-
Mark A. Boyd #6
Re: .exe opener Lingo?
On 10 Dec 2003, "flecky" [email]webforumsuser@macromedia.com[/email] wrote:
Welcome back! Hopefully it will come back to you quickly.> ps. I was a Director user for 3 years before I took a new position at
> Penn State University...now I use Flash exclusively. I haven't used
> Director for a single project for a year-and-a-half, and am surprised
> at how much I've forgotten....what a shame!!!
Same to you and yours.> Happy Holidays.
--
Mark A. Boyd
Keep-On-Learnin' :)
Mark A. Boyd Guest



Reply With Quote

