home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 July / CA07.iso / Multimedija / QuickTimeInstaller.exe / QuickTime.msi / QuickTimePlayer.dll / 1041 / HTML / 502
Encoding:
Text File  |  2010-03-17  |  5.8 KB  |  126 lines

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