Question
can i add a sound to js-script [CS6-js/applecsript]?
Now i approached to squeezze out a sound from Mac by using 3rd part app:
tell application "Play Sound"
play "Mac:Users:me:Sounds:copied.wav"
end tell
Can i attach this scpt to my js-script in any way?
Thanks in advance.
