I want to have a button in Powerpoint (2003) and have it open iTunes to a specific playlist and start playing using AppleScript

tell application "iTunes"  
    play playlist "iTunes DJ"  
end tell

How can I achieve the same in Windows, perhaps by using VBScript?

link|improve this question
feedback

1 Answer

You can hook into the iTunes Windows SDK API via VBA. Here is an article which gives you the foundations: How to control iTunes from any Microsoft Office application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.