Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |

The select command

The select command selects a portion of the movie.

select: Select a range of time

               select reference -- the movie whose selection is to be set

                    [at integer] -- starting time of the selection

                    [to integer] -- end time of the selection

For example: 

tell application "QuickTime Player"

               select movie¬

                    "Sample Movie" at 500 to 1200

end tell


© 2000 Apple Computer, Inc.

Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |