A bit of coding makes for a better experience.
Apple buries it on their web site, but there’s a lot you can do to enhance the Quicktime experience by adding a few parameters to the HTML code which runs the Quicktime movie. Apple calls this ’embedding tag attributes’ – which sounds pretty offputting.
Click below and, once you are done, click the back arrow to return here.
I have used six Quicktime parameters to enhance the viewing experience. The code looks as follows – I have numbered the lines to refer to them; in practice, no numbers would be used:
Line 1 – This tells your web page where the movie file resides.
Line 2 – The size you want the movie on the screen. 600:338 is 16:9 widescreen.
Line 3 – This sets the background color – red being appropriate to this subject. You can also use standard hex numbers – if there’s a color on your screen you want to match, run Apple’s DigitalColorMeter utility to determine the number and insert the siz aplhanumerics between the quotes.
Line 4 – This is an important one. Once the viewer has finished watching, a single click anywhere on the movie will direct him to this page on your web site – in this example I am redirecting the viewer back to this blog page. Note that the ability to pan with the cursor in all directions and to zoom in and out with the keyboard Shift and Control keys remains unaffected.
Line 5 – This prevents the viewer from downloading your movie and saving it.
Line 6 – All Macs come with Quicktime, so no plugin download is required to watch Quicktime moves if you use a Mac. If you are one of the unenlightened many still using that lock-up device known as Windows, and if you do not have Quicktime on your PC, this line will automatically direct you to the download page of Quicktime for Windows on Apple’s web site.
Line 7 – This scales the movie to preserve its original aspect ratio rather than forcing it to fill your frame.
If you go to the panorama page on my web site and click on any of the thumbnails to watch a movie, you will see these enhancements at work, in full sreen mode.
The full range of Quicktime parameters can be found on Apple’s web site here.