Movavi Video Software
Movavi Video Converter is the easiest way to get your videos in the format you want.
PCWorld
The program convinces with its easy user interface. Especially beginners find their way easily.
Computer Magazin für die Praxis
Movavi Video Converter is a revolutionary new software for converting video & DVD files.
Softsea.com
Movavi Video Converter is an excellent video conversion tool.
Softonic.com

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>