Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |
The present command
The present command performs the same function as the Present Movie command in the File menu.
present: Present a movie
present reference -- the movie to present
[scale half/normal/double/screen/current]
-- the scale at which to present the movie
For example:
tell application "QuickTime Player"
present movie "QuickTime 4 Sample Movie" scale double
end tell
© 2000 Apple Computer, Inc.
Inside Macintosh: QuickTime Reference
| Previous | Chapter Contents | Chapter Top | Next |