Hi Gang,
Something went wrong when I tried modifying the code this morning. I've recreated the test page here:
http://www.hynetics.com/Home/TEST/tabid/71/Default.aspx
Again, I basically copied the code from the Apple Quicktime Pro generated HTML file that was created after conversion of the files. Then I modified the src and href tags to reflect the actual location of my media assets. Here is the source code within the HTML module at the top of this content 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>
<p>
<link href="http://www.apple.com/library/quicktime/stylesheets/qtp_library.css" rel="StyleSheet" type="text/css" /> <script type="text/javascript"><!--
QT_WritePoster_XHTML('Click to Play', 'HyneticsMix-poster.jpg',
'HyneticsMix.mov',
'720', '496', '',
'controller', 'true',
'autoplay', 'true',
'bgcolor', 'black',
'scale', 'aspect');
//-->
</script> <noscript>
<object width="720" height="496" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix-poster.jpg" />
<param name="href" value="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix.mov" />
<param name="target" value="myself" />
<param name="controller" value="false" />
<param name="autoplay" value="false" />
<param name="scale" value="aspect" />
<embed width="720" height="496" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"
src="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix-poster.jpg"
href="http://www.hynetics.com/Portals/0/Videos/HyNeticsMix/HyneticsMix.mov"
target="myself"
controller="false"
autoplay="false"
scale="aspect">
</embed>
</object>
</noscript></p>
Now the thumbnail image does not show, either.