Newbie here. I tried to create a small script to play a .wav file during startup. Using the Script Editor, I opened the file, played it, and quit Quicktime. The script displayed in the Script Editor window, but when I ran it, I got an error message stating: Quicktime Player got an error: movie “anticipation.wav” doesn’t understand the “play” message.
How can it not understand the “play” message, when the script editor itself put it in?
This is the entire script:
tell application “QuickTime Player”
activate
play movie “anticipation.wav”
quit
end tell
I have Quicktime Player 6.1 and Script Editor 1.9
Thanks for any help you can give,
Doug