home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December (DVD) / PCWorld_2007-12_DVD.iso / audio-video / quicktime / QuickTimeInstaller.exe / QuickTime.msi / QuickTimePlayer.exe / 1033 / XMLDATA / 502 < prev   
Encoding:
Extensible Markup Language  |  2007-10-19  |  5.8 KB  |  125 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5.     <title>QuickTime Pro - Export for Web - $(TITLE)</title>
  6.     <script src="http://www.apple.com/library/quicktime/scripts/ac_quicktime.js" language="JavaScript" type="text/javascript"></script>
  7.     <script src="http://www.apple.com/library/quicktime/scripts/qtp_library.js" language="JavaScript" type="text/javascript"></script>
  8.     <link href="http://www.apple.com/library/quicktime/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" />
  9. </head>
  10. <body>
  11.  
  12. <table>
  13.     <tr>
  14.         <td><img src="http://images.apple.com/downloads/images/essentials_quicktime20070611.png" /></td>
  15.         <td><h1>Instructions for posting <i>$(TITLE)</i> to your website</h1></td>
  16.     </tr>
  17. </table>
  18.  
  19. <div id="summary">
  20.     <p>You have exported <i>$(TITLE)</i> using QuickTime Pro.  The following information will help you post this movie to your website.</p>
  21.     <p>In the same folder as this instructional HTML file, QuickTime Pro has placed various versions of your movie optimized for web-delivery. Also in that folder is a reference movie, which selects the best version for your users' various devices and connection speeds. By including this reference movie in your HTML page, you can ensure a quality video experience on your site.</p>
  22.     <p>Here's a preview (requires Internet connection):</p>
  23. </div>
  24.  
  25. <script type="text/javascript"><!--
  26.     QT_WritePoster_XHTML('Click to Play', '$(POSTER_IMAGE_JS_ESCAPED)',
  27.         '$(REF_MOVIE_JS_ESCAPED)',
  28.         '$(WIDTH)', '$(HEIGHT)', '',
  29.         'controller', 'true',
  30.         'autoplay', 'true',
  31.         'bgcolor', 'black',
  32.         'scale', 'aspect');
  33. //-->
  34. </script>
  35. <noscript>
  36. <object width="$(WIDTH)" height="$(HEIGHT)" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
  37.     <param name="src" value="$(POSTER_IMAGE_URL_ESCAPED)" />
  38.     <param name="href" value="$(REF_MOVIE_URL_ESCAPED)" />
  39.     <param name="target" value="myself" />
  40.     <param name="controller" value="false" />
  41.     <param name="autoplay" value="false" />
  42.     <param name="scale" value="aspect" />
  43.     <embed width="$(WIDTH)" height="$(HEIGHT)" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"
  44.         src="$(POSTER_IMAGE_URL_ESCAPED)"
  45.         href="$(REF_MOVIE_URL_ESCAPED)"
  46.         target="myself"
  47.         controller="false"
  48.         autoplay="false"
  49.         scale="aspect">
  50.     </embed>
  51. </object>
  52. </noscript>
  53.  
  54. <div id="textembed">
  55.     <p>Use the following HTML code to embed your movie into your web page.</p>
  56.     <h3>Important Notes:</h3>
  57.     <ul>
  58.         <li>To make your media viewable on the internet, your media assets (movies, poster image) must be placed on a publicly accessable server.</li>
  59.         <li>The URL parameters must be modified if your media assets are served from a different location than your web page.</li>
  60.         <li>The movie URL parameters must always point to the reference movie (<a href="$(REF_MOVIE_URL_ESCAPED)">$(REF_MOVIE_HTML_ESCAPED)</a>) rather than a source movie.</li>
  61.         <li>The reference movie must be kept in the same folder as the source movies.</li>
  62.         <li>Source movie names cannot be changed, but you can change the name of the reference movie (remember to change it in the HTML code as well).</li>
  63.         <li>Please note, to properly validate as XHTML, the <code><style></code> tag and the first <code><script></code> tag should be placed within your page's <code><head></code> tag.</li>
  64.     </ul>
  65.     </p>
  66.  
  67. <p>Use this code in the <code><head></code> of your web page:</p>
  68. <textarea rows="5" cols="80">
  69. <script src="http://www.apple.com/library/quicktime/scripts/ac_quicktime.js" language="JavaScript" type="text/javascript"></script>
  70. <script src="http://www.apple.com/library/quicktime/scripts/qtp_library.js" language="JavaScript" type="text/javascript"></script>
  71. <link href="http://www.apple.com/library/quicktime/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" />
  72. </textarea>
  73.  
  74. <p>Use this code in the <code><body></code> of your web page:</p>
  75. <textarea rows="40" cols="80">
  76. <script type="text/javascript"><!--
  77.     QT_WritePoster_XHTML('Click to Play', '$(POSTER_IMAGE_JS_ESCAPED)',
  78.         '$(REF_MOVIE_JS_ESCAPED)',
  79.         '$(WIDTH)', '$(HEIGHT)', '',
  80.         'controller', 'true',
  81.         'autoplay', 'true',
  82.         'bgcolor', 'black',
  83.         'scale', 'aspect');
  84. //-->
  85. </script>
  86. <noscript>
  87. <object width="$(WIDTH)" height="$(HEIGHT)" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
  88.     <param name="src" value="$(POSTER_IMAGE_URL_ESCAPED)" />
  89.     <param name="href" value="$(REF_MOVIE_URL_ESCAPED)" />
  90.     <param name="target" value="myself" />
  91.     <param name="controller" value="false" />
  92.     <param name="autoplay" value="false" />
  93.     <param name="scale" value="aspect" />
  94.     <embed width="$(WIDTH)" height="$(HEIGHT)" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"
  95.         src="$(POSTER_IMAGE_URL_ESCAPED)"
  96.         href="$(REF_MOVIE_URL_ESCAPED)"
  97.         target="myself"
  98.         controller="false"
  99.         autoplay="false"
  100.         scale="aspect">
  101.     </embed>
  102. </object>
  103. </noscript>
  104. </textarea>
  105. </div>
  106.  
  107. <div id="exportlog">
  108. <h3>Exported:</h3>
  109. <ul>
  110.     <li>Reference Movie:
  111.         <ul><li><a href="$(REF_MOVIE_URL_ESCAPED)">$(REF_MOVIE_HTML_ESCAPED)</a></li></ul>
  112.     </li>
  113.     <li>Poster Frame:
  114.         <ul><li><a href="$(POSTER_IMAGE_URL_ESCAPED)">$(POSTER_IMAGE_HTML_ESCAPED)</a></li></ul>
  115.     </li>
  116.     <li>Versions:
  117.         <ul>$(EXPORT_NAMES)
  118.         </ul>
  119.     </li>
  120. </ul>
  121. </div>
  122.  
  123. </body>
  124. </html>
  125.