QuickTime Instructions
* Please note, to properly validate as XHTML, the <style> tag and the first <script> tag should be placed within your page's <head> tag. ( Don't see a <style> tag anywhere!)
Web page head
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>Top of the World</title>
<meta name="author" content="Ronnie">
</head>
-------------------------------------------------------
QuickTime: Use this code in the <head> of your web page:
<script src="http://www.apple.com/library/quicktime/scripts/ac_quicktime.js" language="JavaScript" type="text/javascript"></script>
<script src="http://www.apple.com/library/quicktime/scripts/qtp_library.js" language="JavaScript" type="text/javascript"></script>
<link href="http://www.apple.com/library/quicktime/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" />
Use this code in the <body> of your web page:
<script type="text/javascript"><!--
QT_WritePoster_XHTML('Click to Play', 'Land_sea_and_evening_sky-poster.jpg',
'Land_sea_and_evening_sky.mov',
'640', '496', '',
'controller', 'true',
'autoplay', 'true',
'bgcolor', 'black',
'scale', 'aspect');
//-->
</script>
<noscript>
<object width="640" height="496" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="Land_sea_and_evening_sky-poster.jpg" />
<param name="href" value="Land_sea_and_evening_sky.mov" />
<param name="target" value="myself" />
<param name="controller" value="false" />
<param name="autoplay" value="false" />
<param name="scale" value="aspect" />
<embed width="640" height="496" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"
src="Land_sea_and_evening_sky-poster.jpg"
href="Land_sea_and_evening_sky.mov"
target="myself"
controller="false"
autoplay="false"
scale="aspect">
</embed>
</object>
</noscript>
