- Joined
- Aug 2, 2005
- Messages
- 1,229
- Reaction score
- 75
- Points
- 48
- Your Mac's Specs
- 2.6GHz Core i7 15" MacBook Pro - 8GB DDR3 SDRAM - 750GB 7200 RPM HDD - GeForce 650M GT 1GB VRAM
With the Perian project and others advancing the way they are, it will not be long before we are able to make Quicktime our own cute little version of Media Player Classic with a bevy of plugins that make it able to play anything and everything. To be honest, just about the only files it can't do that with are MKVs, and the Perian folks are working on that. So I've decided that since this is the case, more people will want to use Quicktime as their primary video player. The only problem with this is that many (rightfully) do not like the idea of a video player that cannot fullscreen without getting an extra $30 poured into it. True, playing in iTunes will do it, but really, who wants to go through iTunes to do this when a movie player should be able to fullscreen?
Now, to the point. If you are using a Mac, you can get Quicktime Player to play movies in full screen even if you don't have Quicktime Pro. And I'm not talking about Front Row, which will only recognize movies in the Movies folder and require going into Front Row. How, you ask? Well, Apple has provided the solution themselves. Follow these steps:
1. Click the linky.
2. Download the Script Collection.
3. Open /Applications/AppleScript/AppleScript Utility.app
4. Check the box "Show Script Menu in menu bar" (and "Show Library Scripts" if it's not automatically checked).
5. Mount the Disk Image if it's not automatically mounted.
6. In the "QUICKTIME SCRIPTS" folder that results, open /Quicktime Player Scripts/Play/Present Front Movie.scpt
7. This should open in Script Editor. Look for this block of text:
-- CHECK FOR QUICKTIME PRO
if QuickTime Pro installed is false then
set the target_URL to "http://www.apple.com/quicktime/download/"
display dialog "This script requires QuickTime Pro." & return & return & ¬
"If this computer is currently connected to the Internet, " & ¬
"click the “Upgrade” button to visit the QuickTime Website at:" & ¬
return & return & target_URL buttons {"Upgrade", "Cancel"} default button 2
ignoring application responses
tell application "Finder"
open location target_URL
end tell
end ignoring
error number -128
end if
8. DELETE IT!
9. Save and quit Script Editor.
10. Take the file you just edited and drop it in /Library/Scripts/
11. You are now done. When you checked that box earlier, a weird S-ish symbol should have appeared on your menu bar. Now whenever you want to fullscreen a movie in Quicktime, make sure it's the front window and click that little S-ish thing and click on "Present Front Movie." This will fullscreen the movie, complete with Fullscreen controls. Very nice, eh?
For those that want to know what they just did, Apple supplies premade scripts for use with Quicktime Player. One of the, Present Front Movie, works just like Full screen. Since they're letting you download a script file, you can edit it as you see fit for your own purposes (with a program Apple puts on every Mac no less). It turns out the nice folks at Apple comment extremely thoroughly, and even labelled which part blocks you from using the feature if you don't have Quicktime Pro. You simply edited this part out, so Quicktime does not check to see if you have Quicktime Pro when running the script. You then put this Script where it needed to be for the menubar script button to show it to you. Bear in mind this does not come with the Cmd+F shortcut that Full screen in Quicktime Pro does, so you'll have to click the S-thing and click "Present Front Movie" every time you want to do this (unless you assign a keyboard shortcut of your liking to this script ).
Well, have fun with this if you've been looking for a way to fullscreen Quicktime without Front Row and don't want to shell out $30 for Quicktime Pro.
DISCLAIMER TO AVOID LOCKAGE: Moderators, if you read through the post you will see that this is not a 'hack' or anything similar and is not in any way illegal.
Now, to the point. If you are using a Mac, you can get Quicktime Player to play movies in full screen even if you don't have Quicktime Pro. And I'm not talking about Front Row, which will only recognize movies in the Movies folder and require going into Front Row. How, you ask? Well, Apple has provided the solution themselves. Follow these steps:
1. Click the linky.
2. Download the Script Collection.
3. Open /Applications/AppleScript/AppleScript Utility.app
4. Check the box "Show Script Menu in menu bar" (and "Show Library Scripts" if it's not automatically checked).
5. Mount the Disk Image if it's not automatically mounted.
6. In the "QUICKTIME SCRIPTS" folder that results, open /Quicktime Player Scripts/Play/Present Front Movie.scpt
7. This should open in Script Editor. Look for this block of text:
-- CHECK FOR QUICKTIME PRO
if QuickTime Pro installed is false then
set the target_URL to "http://www.apple.com/quicktime/download/"
display dialog "This script requires QuickTime Pro." & return & return & ¬
"If this computer is currently connected to the Internet, " & ¬
"click the “Upgrade” button to visit the QuickTime Website at:" & ¬
return & return & target_URL buttons {"Upgrade", "Cancel"} default button 2
ignoring application responses
tell application "Finder"
open location target_URL
end tell
end ignoring
error number -128
end if
8. DELETE IT!
9. Save and quit Script Editor.
10. Take the file you just edited and drop it in /Library/Scripts/
11. You are now done. When you checked that box earlier, a weird S-ish symbol should have appeared on your menu bar. Now whenever you want to fullscreen a movie in Quicktime, make sure it's the front window and click that little S-ish thing and click on "Present Front Movie." This will fullscreen the movie, complete with Fullscreen controls. Very nice, eh?
For those that want to know what they just did, Apple supplies premade scripts for use with Quicktime Player. One of the, Present Front Movie, works just like Full screen. Since they're letting you download a script file, you can edit it as you see fit for your own purposes (with a program Apple puts on every Mac no less). It turns out the nice folks at Apple comment extremely thoroughly, and even labelled which part blocks you from using the feature if you don't have Quicktime Pro. You simply edited this part out, so Quicktime does not check to see if you have Quicktime Pro when running the script. You then put this Script where it needed to be for the menubar script button to show it to you. Bear in mind this does not come with the Cmd+F shortcut that Full screen in Quicktime Pro does, so you'll have to click the S-thing and click "Present Front Movie" every time you want to do this (unless you assign a keyboard shortcut of your liking to this script ).
Well, have fun with this if you've been looking for a way to fullscreen Quicktime without Front Row and don't want to shell out $30 for Quicktime Pro.
DISCLAIMER TO AVOID LOCKAGE: Moderators, if you read through the post you will see that this is not a 'hack' or anything similar and is not in any way illegal.