Inspirede by edesignuk's thread, I've got a tip that I've been meaning to post for some time.https://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:
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.https://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:
Code:
<?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.https://forums.macrumors.com/attachment.php?s=&postid=251585