Full Screen in Quicktime Without Going Pro
Here is a pretty simple solution to getting Full Screen in Quicktime Player without going Pro. Usually I would suggest downloading VLC (Virtual Lan Client), a much more versatile Video Player. But, this is a cool little hack that even a novice user could complete.
Basically, all the functions of Quicktime Pro are already installed on your system. When you go Pro, all of these functions are unlocked. Applescript is a language much like English that tells applications in OS X to do things. So, we are going to use Applescript to tell Quicktime Player to display in Full Screen.
Open Script Editor in User:Applications:Applescript:Script Editor
Type in the following:
tell application “QuickTime Player”
present front movie scale screen
end tell

Open a movie file. In Script Editor, Click Run.
Tada!
Now, we must save our little Applescript so we can use it in our everday actions.
Select File: Save As. Name Your Script something like Full Screen
Save As to User:Library:Scripts.

Open Applescript Utility found in User:Applications:Applescript:Applescript Utility

Check Show Script Menu in Menu Bar. A little black script icon now shows up in the top right of the screen. Click the Script Icon and you will see your Full Screen script, probably at the bottom. Go here whenever you want to view a movie in fullscreen. You’ll notice a bunch of other scripts. If you want to tidy up the Script Menu, go back into the Applescript Utility and uncheck Show Library Scripts.
What did you learn in this post?
Or did it leave you with further questions?
Comment here to Ask Steve Blue!
Written by Steve Blue
steveblue@iuseapple.com


1 Response to “Full Screen in Quicktime Without Going Pro”
iUseApple - Browse my iPhoto Library Anywhere
[…] Now, if I click the script menu in the menu bar and select Browse Photos my iPhoto Library appears. If I don’t see a script icon in my menu bar, then follow the instructions at the end of this post. I can now drag and drop images to any application. Maybe I want to send a few pictures to a friend. I can just drag and drop the pictures I want into my email in Apple Mail from the browser. If I Hit Choose in the browser, Preview will open the image so I can edit it. I found this tip on Automator.us: http://www.automator.us/examples-07.html Comments RSS | Trackback URL […]
Pingback on Sep 25th, 2006 at 7:09 am
Leave a Response