This from Thomas England - dated 07�11�02 10.10 am: > Well, my troubles with this continue. I was using Play Sound, v. 1.0.3, so I > downloaded 1.0.5 and this script compiles: > > tell application "Play Sound" > play alias "R:System:Library:Sounds:Blow.aiff" > end tell > > "R" being my Hard Drive partition. However, when I ask it to run, I get the > error message that the "play message" is not being understood.
Shouldn't that be 'play sound alias "R:System:Library:Sounds:Blow.aiff"'? Play Sound behaves pretty well for me. I usually put the alias for the sound file in a property at the top of the script, and wrap the Play Sound tell block in an 'ignoring application responses' block so that the sound plays concurrently while the script moves on. HTH Mr Tea -- To unsubscribe: <mailto:Entourage-Talk-Off@;lists.letterrip.com> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
