PCWorld
HTML Code for Streaming QuickTime Video
Copy and paste the following HTML code. Then change the source http://servername.com/path/to/media.mov in ALL 3 places to the path of your media file.
<!-- begin embedded QuickTime file... -->
<table border='0' cellpadding='0' align="left">
<!-- begin video window... -->
<tr><td>
<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"
height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="http://www.site.com/path/to/media.mov">
<param name='autoplay' value="true">
<param name='controller' value="true">
<param name='loop' value="true">
<EMBED src="http://www.site.com/path/to/media.mov" width="320" height="255" autoplay="true"
controller="true" loop="true" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>
</td></tr>
<!-- ...end embedded QuickTime file -->
<!-- begin link to DOWNLOAD... -->
<tr><td align='center'>
<a href="http://servername.com/path/to/media.rm" style='font-size: 85%;' target='_blank'>DOWNLOAD</a>
<!-- ...end link to DOWNLOAD... -->
</td></tr>
</table>
|
