What's New in QuickTime 4.1
| Previous | Chapter Contents | Chapter Top | Next |
The open location command fetches and plays a movie or list of movies from the supplied URL.
Note
The getURL command performs the same function as "open location" and is supported for backward compatibility.
open location: Play the specified internet location(s)
open location reference -- list of internet locations to open
tell application "QuickTime Player"
"rtsp://www.mywebsite.com/streamingmovie.mov"
| Previous | Chapter Contents | Chapter Top | Next |