PDA

View Full Version : TIP: How to view a Quicktime movie in full screen without Pro




vniow
Mar 21, 2003, 01:47 PM
Inspirede by edesignuk's thread, I've got a tip that I've been meaning to post for some time.http://forums.macrumors.com/attachment.php?s=&postid=251585

This is an easy way to view Quicktime movies in full screen without Pro (although it works with Pro also)

Open a simple text editor and input these lines:

<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed src="NAME_OF_TRAILER.mov" autoplay="true" fullscreen="full" />

Including all quotes and whatnot.

Save it as a file with a .qtl extention in the same folder as the movie you want to play full screen, double click and enjoy full screen goodness.http://forums.macrumors.com/attachment.php?s=&postid=251585



Vlade
Mar 21, 2003, 02:10 PM
It doesnt work for me :(

vniow
Mar 21, 2003, 02:16 PM
Originally posted by Vlade
It doesnt work for me :(


What's the name of the movie you're trying to play?

I can make the code in a jip.

Vlade
Mar 21, 2003, 03:15 PM
Originally posted by vniow
What's the name of the movie you're trying to play?

I can make the code in a jip.

I tried multiple movies, one was SLC Punk.mov

vniow
Mar 21, 2003, 04:15 PM
Originally posted by Vlade
I tried multiple movies, one was SLC Punk.mov

Okay try this:

Download this movie (about 600k)

http://homepage.mac.com/magicshow/.Movies/switch.mov

(ctrl/right click and select save link to disc or something like that)

Save it to say...Desktop, take this code, copy it into a text editor and save as switch.qtl on Desktop (or wherever you saved it.)

<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed src="switch.mov" autoplay="true" fullscreen="full" />

Of course exclude the little code and ' at the top and bottom, that's just part of the vB code.

Vlade
Mar 21, 2003, 05:12 PM
Still no luck :(, it just opens up like a normal file :(.

edesignuk
Mar 21, 2003, 05:24 PM
Originally posted by Vlade
Still no luck :(, it just opens up like a normal file :(.
Works perfect for me, to make the file I used TextEdit, then from the format menu selected "Make plain text" (to remove the rtf file extn), then enter the text from vniow's above post and save as a .qtl, when it says:

Save Plain text
Document name xxxxx.qtl already seems to have an extension.
Append '.txt' anyway?

Select "Don't append"

edit: fixed some typos ;)

vniow
Mar 21, 2003, 05:24 PM
http://forums.tactical-ops.to/images/smilies/o_O.gifWell I don't know what to tell you then, I don't have Pro on my iBook and it plays full screen, no prob.

Maybe trashing the preferences will do the trick, I dunno.

And when you say it opens up as a normal file, do you mean a normal Quicktime file or just a generic file?

Edit: I didn't see edesignuk's post.http://forums.macrumors.com/attachment.php?s=&postid=258415

Vlade
Mar 21, 2003, 06:07 PM
Ok I found the problem, I used Simpletext instead of text edit and when I saved it added the .qtl BUT it didnt change the file type. Text edit changed the file type for me along with adding the extension, so it works now.

Thanks, now I dont need to hide the dock before watching a movie :)

comrade
Mar 22, 2003, 12:01 PM
I usually just zoom in on the movie using the shortcut. Obviously, this saves more time in the long run but is that essentially the same ting, quality-wise?