Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Open iTunes and Clutter together via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Open iTunes and Clutter together via AppleScript
Authored by: diamondsw on Sep 18, '03 10:51:33AM
Or simply:

tell application "Clutter" to activate

tell application "iTunes"
play
close window "iTunes"
end tell


[ Reply to This | # ]