Security Movie
Security Movie
- Subject: Security Movie
- From: Peter Baxter <email@hidden>
- Date: Sat, 11 Nov 2006 10:54:37 +1100
i have been developing a script to catch a student who sneaks into the classroom when it is unattended. It works, but allocates a new name to each recording i.e. <ovie recording 1, 2 etc. If I use the following script, it refuses to save it to the file set, but only on some of the computers. My G5 Duo works perfectly at home. What is the problem?
tell application "Finder" set myfile to "Security.mov" end tell
tell application "QuickTime Player" --activate new movie recording start first recording delay (1200) stop first recording stop every movie close movie 1 saving in myfile end tell
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden