Search

Top Posts

Comments

  • jc: @echo_host thanks for the updates… here are my questions 1. after you did that, what does it show in system...
  • iphone: Really informative. thanks.
  • RCB: Works great at Six Flags. Never had any moisture get in after drenching rides like Thunder River, Log Flume, etc.
  • TvvitterBug: Nice article! I think the Twitter client landscape has really changed in 2010. New approaches and design...
  • DistortedLoop: I’ve been putting electronics in ziplock bags for years as a quick and dirty water-RESISTANT...

Categories

Recent Posts


Play QuickTime Movies Full Screen Without QuickTime Pro

If there’s one annoying thing about the QuickTime Player it is the lack of fullscreen movie support by default. Typically, if you want to play QuickTime movies at full screen you have to shell out $30 for QuickTime Pro, or use a third party application like VLC. Don’t pay the $30 and don’t download the extra software if you don’t need to though, and thanks to a very simple three-lined AppleScript that scales the movie to your screen size, you don’t have to. Very crafty!


This script is super easy, follow these steps.

  1. Launch the AppleScript Script Editor – spotlight for “Script Editor”
  2. Type the following exactly:
    • tell application “QuickTime Player”
    • present front movie scale screen
    • end tell
  3. Compile and Save As “Fullscreen”
  4. Launch your QuickTime movie, and Launch your Fullscreen Script
  5. It’s that easy.

Posted by: Editor

Share

Save big on Mac Deals from Amazon.com

Comments:

Comments: 20

Comment from Tony Ward
Time: January 30, 2007, 6:21 am

Thanks for the tip! Here’s a further idea: creating a Finder plug-in in Automator using this script. I combined the Actions “Open Finder Items” (with QuickTime Player) with “Run AppleScript”. Could also work as a stand-alone app.

Comment from Cyrano
Time: January 30, 2007, 10:40 am

This script has been around for ages. You can find it in the usual places, as “QTamateur”…

Pingback from Full-screen Quicktime – free! at Aus Mac Ed
Time: January 31, 2007, 2:02 am

[...] [...]

Comment from Alexander
Time: March 3, 2007, 7:21 pm

I get this error
“expected expression, property or key form, etc. but found unknown token”

Comment from Adam
Time: April 24, 2007, 1:09 am

I receive the same error as Alexander

Comment from Harry
Time: May 9, 2007, 3:31 pm

If you did a cut and paster of the code, just replace the “smart quotes” with quotes you typed from the keyboard.

Comment from Mark
Time: June 12, 2007, 8:14 pm

Is there a way to take this fullscreen one step further and do the applescript with a sequence of movies?

Comment from Ben
Time: August 8, 2008, 11:33 pm

How do you “launch” your fullscreen script? Do you click “run”? If I do that it gives me the message “Quicktime player got an error: can’t get document 1. invalid index
I saved it to the documents folder, was that wrong?
any help would be appreciated.

Comment from cellulite treatment
Time: August 17, 2008, 6:22 am

I search this hardly, thanks :-)

Comment from medicine news
Time: August 22, 2008, 1:16 pm

I have been looking for sites like this for a long time. Thank you!
Thank you for your site. I have found here much useful information…

Comment from My name is Larry
Time: September 30, 2008, 3:49 pm

Does this work for the QuickTime plug in or only the stand alone app?

Comment from detto
Time: October 13, 2008, 11:34 am

How about using the in-bound fullscreen option??
omg..

Comment from detto
Time: October 13, 2008, 11:34 am

How about using the in-bound fullscreen option??
omg..

Comment from David
Time: January 26, 2009, 8:47 am

Did the steps but does nt work for me. I usually use flv player or WMP as alternatives.

Pingback from The Poet, 2007
Time: May 2, 2009, 3:52 pm

[...] 2, a Rabbi’s daughter and a disenchanted German soldier fall in love and are separated by the war. The Poet. They struggle on a perilous journey to find one another. [...]

Comment from Nathan
Time: September 10, 2009, 2:53 pm

I gave up trying to get this to work and just forked over the 30 bucks :(

Comment from super cialis
Time: November 23, 2009, 2:31 am

How about using the in-bound fullscreen option??
omg..

Comment from detto

Comment from www.paxil.com
Time: December 6, 2009, 4:50 am

Is there a way to take this fullscreen one step further and do the applescript with a sequence of movies?

Comment from www.zyrtec.com
Time: December 6, 2009, 5:12 am

I receive the same error as Alexander

Write a comment






January 30th, 2007