Hello, folks. I want to create a script to open a radio station in iTunes. I’ve tried the following with no luck:
tell application "iTunes"
activate
open URL "http://www.wolffm.com/htmlview/wolffm.php"
end tell
I looked the iTunes’ dictionary and found ‘open location,’ but when I replaced the “open URL” above with “open location,” it opened the address in Safari.
What do I need to do? Thanks in advance.