Inside Macintosh: QuickTime Reference

| 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 


© 2000 Apple Computer, Inc.

Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |