Playing a simple movie from quicktime
Playing a simple movie from quicktime
- Subject: Playing a simple movie from quicktime
- From: "Karl Kennedy" <email@hidden>
- Date: Thu, 04 Dec 2003 18:05:52 +0000
Hi everybody
I just want to run an ordinary movie in quicktime from applescript. I don't
even want any error checking etc....just play a specified movie that i
hardcoded in. Below is my novice attempt but it just times out.
tell application "QuickTime Player"
launch
activate
play movie "Assign15.mov"
end tell
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
_______________________________________________
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.