What's New in QuickTime 4.1

| Previous | Chapter Contents | Chapter Top | Next |

The save command

The save command, from the QuickTime Player dictionary, has two optional parameters: "in" and "as."

save: Save a movie

save reference -- the movie to save

[in alias] -- the file in which to save the movie

[as self contained] -- the desired type of the file

For example:

tell application "QuickTime Player"

save movie ¬

"Sample Movie" in ¬

"Macintosh HD:DeskTop Folder:FileFlattened.mov" as¬

self contained

end tell


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |