iTunes play someMovie

I’m looking for a script that will allow me to use the SpeechRecgonition Server to play an undetermined movie from my iTunes Library. What I’m looking for is to be able to say, “Play movie ‘someMovie’”. Where someMovie is one of the movie titles in my iTunes Library, and I want to put the script in the Speakable Items list.

Model: iMac
AppleScript: 2.3 (118)
Browser: Safari 533.19.4
Operating System: Mac OS X (10.6)

This will play a determined movie, if the movie was “I, Robot”:


tell application "iTunes"
	play track "I, Robot"
end tell

But how do I set someMovie to be an undetermined choice in my Library.

Model: iMac
AppleScript: 2.3 (118)
Browser: Safari 533.19.4
Operating System: Mac OS X (10.6)