AppleScript can't launch DVD Player on Mac OS X 10.2
AppleScript can't launch DVD Player on Mac OS X 10.2
- Subject: AppleScript can't launch DVD Player on Mac OS X 10.2
- From: Eddie Hsu <email@hidden>
- Date: Mon, 12 Jul 2004 18:13:01 +0800
Hi,
I have a script and this script is to launch DVD Player and make it
foreground. This script is below:
tell application "DVD Player"
activate
end tell
This script work fine on Mac OS 10.3, but when I run it on 10.2.8, nothing
happens. I use Script Editor to run this script, I got a message
"Application isn't running". I tried many applications "iTunes", "QuickTime
Player" and so on, they all work. I don't know what go wrong.
Is there any other way to launch DVD Player?
Thanks!
Eddie
_______________________________________________
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.