IATH Best Practices Guide to Digital Panoramic Photography: QTVR and Related Technologies

 

Appendix 5. HTML and <embed> examples

1. HTML example of normal QTVR embed tag

<embed src="panorama.mov" width=500 height=416 alt="Panorama"
   cache="true" kioskmode="true" controller="true" scale="toFit"
   pluginspage="http://www.apple.com/quicktime/download/">
</embed>

2. HTML example of fullscreen QTVR embed tag

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
   codebase=http://www.apple.com/qtactivex/qtplugin.cab
    width="100%" height="99%" >
      <param name="src" value="panorama.mov">
      <param name="controller" value="true">
      <param name="scale" value="tofit">
      <param name="autoplay" value="false">
      <param name="cache" value="true">
      <embed src="panorama.mov" width="100%" height="99%"
          controller="true" scale="tofit" autoplay="false" cache="true"
          type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">
      </embed>

3. Apple Developer Connection website: “Embedding QuickTime for Web Delivery”

Please see developer.apple.com/quicktime/quicktimeintro/tools/embed.html. The site includes detailed information on QuickTime Embed Tag Attributes.

4. JAVA

Please see http://developer.apple.com/quicktime/qtjava/.

 


Copyright 2007 | Home | IATH