QuickTime in an iFrame
QuickTime in an iFrame

Planet Roddy Visual Media Satellite

Copyright © Roddy McKay - 2009 - All Rights Reserved
A live performance movie is a good way to showcase your talents. Movies create a whole new set of problems and need to very short or of poor quality.
Its better to provide a short clip of your move and supply a good quality, full length version for download.
Slideshows can be made visually attractive and eye catching without taking a horrendous amount of time to load.
The example on this page is done in Keynote with a music track added, exported as QuickTime and loaded into an iFrame on the Web page using the code shown below copied into an HTML Snippet. The variables are shown in blue text.
This slideshow is not for the purpose of showcasing my talents!
The soundtrack was edited to fit the length of the slideshow using Audacity.


Transitions & Timing
Add soundtrack
QuickTime Move using Keynote and an iFrame
How to display a QuickTime Movie in an iFrame

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"
HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="http://www.mywebsite.com/FolderName/FileName.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="http://www.mywebsite.com/FolderName/FileName.mov" WIDTH="300" HEIGHT="320" AUTOPLAY="true"
CONTROLLER="false"
LOOP="true"
PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>
The “WIDTH” and “HEIGHT” are adjusted to the size of your movie. The URL is the path to your movie file on your server.
Autoplay, controller and loop can be “true” or “false” depending on how you want the movie to work on your site.
In my example movie I have selected autoplay with no control bar or loop.

iWeb for Musicians E Book
Next Page