quickTime.play

Syntax quickTime.play ()

Params None.

Action Play the file opened in the QuickTime Player window.

Returns True.

Example quickTime.open ("Macintosh HD:Music:A song.mp3"); quickTime.play ()


   » true

Notes The QuickTime Player window can play any type of content that QuickTime understands, including movies, MP3s, GIFs, and JPEGs. If the QuickTime player can't open the file, a scriptError is generated.

This verb is Macintosh-only and new in Frontier 7.

See Also quickTime.open

quickTime.stop

quickTime.isPlaying

Discuss