Re: Open a Movie from AppleScript?
Re: Open a Movie from AppleScript?
- Subject: Re: Open a Movie from AppleScript?
- From: Philippe GRUCHET <email@hidden>
- Date: Fri, 28 Feb 2003 00:10:51 +0100
From: "(s) Peter Laurens" <email@hidden>
What I would like to do is open a movie (Quicktime) by calling its
path in AppleScript - here is my current (unworking) attempt -
tell application "Quicktime Player"
activate
open "plaurens:Macintosh HD:Users:peterlaurens:Movies:DivX
Movies:Contact"
end tell
Under Mach-O, in any tell block, just type:
open alias ":Users:peterlaurens:Movies:DivX Movies:Contact"
--> At compile time, you'll see the name of your HD automatically
filled in.
Or:
open ":Users:peterlaurens:Movies:DivX Movies:Contact" as alias
--> open your file without writing nor filling your HD's name.
Kind regards,
Philippe Gruchet/SVM Mac
VNU Publications France
http://svmmac.vnunet.fr
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.