Re: Setting QuickTime Player 7 Preferences
Re: Setting QuickTime Player 7 Preferences
- Subject: Re: Setting QuickTime Player 7 Preferences
- From: Christopher Stone <email@hidden>
- Date: Wed, 19 Jan 2011 13:51:49 -0600
On Jan 19, 2011, at 10:39, Hughes, Karlton D. wrote: Can I right a simple script to set the QuickTime Player 7 preference that would turn the "Show Content Guide automatically" off?
______________________________________________________________________
Hey Karlton,
Here's a few breadcrumbs:
tell application "QuickTime Player 7" set show welcome movie automatically to false end tell
tell application "QuickTime Player 7" first document whose name is not "Apple QuickTime" end tell
tell application "QuickTime Player 7" if document "Apple QuickTime" exists then close document "Apple QuickTime" end if end tell
Just FYI:
I found the property very quickly searching the dictionary for "automatic" with Script Debugger. I got there pretty easily in the Applescript Editor's dictionary search. And I was also able to find it easily with Smile.
|
_______________________________________________
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