• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Setting QuickTime Player 7 Preferences
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Setting QuickTime Player 7 Preferences


  • Subject: Setting QuickTime Player 7 Preferences
  • From: "Hughes, Karlton D." <email@hidden>
  • Date: Wed, 19 Jan 2011 11:39:24 -0500
  • Acceptlanguage: en-US
  • Thread-topic: Setting QuickTime Player 7 Preferences

My question is this… 

Can I right a simple script to set the QuickTime Player 7 preference that would turn the "Show Content Guide automatically" off?

Unfortunately, the default setting is checked and I need to change it under any user's network account that will access the script. The reason is that I created a script to record students doing public speaking presentations. It works well but if the QuickTime Player preference is checked to "Show Content Guide automatically", it breaks the script because I cannot access the recording window as the "front document". I've tried various things to access the document with no luck.

Here is that part of the script…

on RecordVideo()

set recordingPrompt to ""

tell application "QuickTime Player 7"

with timeout of 7200 seconds

activate

delay 5

new movie recording

start front document --Window is visible now so start the recording

-- Next, display the dialog box that terminates recording

set recordingPrompt to "RECORDING TO " & flashDrive & ¬

" HAS BEGUN!" & return & return & "When finished recording click SAVE"

set dialogAlert to display alert recordingPrompt buttons {"Save"} default button "Save"

if button returned of dialogAlert is "Save" then ¬

stop front document --Stop the recording because the SAVE button was clicked

close front document --Closing the window now that the recording is done

quit --Quit QuickTime and return to the script

end timeout

end tell

end RecordVideo


__________________________________________________________________________________
Karlton Hughes, Instructional Designer
Instructional Technology Services (Memorial Hall)
Phone: x4589  |  email: email@hidden

______________  vir•†ech•go 
_____________
Technology Awareness for Higher Ed @ Rowan
Top Post: 2011-12 vir•†ech•go Predictions
__________________________________________________________________________________
 _______________________________________________
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/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Setting QuickTime Player 7 Preferences
      • From: Christopher Stone <email@hidden>
    • Re: Setting QuickTime Player 7 Preferences
      • From: Alex Zavatone <email@hidden>
  • Prev by Date: AppleScripting InDesign Yahoo! Group
  • Next by Date: Re: varibles in handler
  • Previous by thread: AppleScripting InDesign Yahoo! Group
  • Next by thread: Re: Setting QuickTime Player 7 Preferences
  • Index(es):
    • Date
    • Thread