quickTime.open

Syntax quickTime.open (f)

Params f is the path to a file containing content that QuickTime can play or display.

Action Opens the file in the QuickTime Player window.

Returns True.

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


   » true

Notes The QuickTime Player window can open 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.

If the QuickTime window is not already open, calling this verb will open it.

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

See Also window.quickTime

quickTime.play

Discuss