Movavi's VideoSuite can make all of your digital dreams come true.
ElectronicHouse.com
It'll put ...videos on virtually any player you require.
Trustedreviews
Movavi VideoSuite appears as an all-rounder in video processing and vaunts many functions.
PCgo
Importing videos into VideoSuite is flexible and all established formats, including AVCHD and flash videos are accepted.
c't
Movavi VideoSuite is a powerful reliable video suite that covers very much all the standard needs of most non-professional video editing fans.
softonic.com

Movavi VideoSuite > How-To > WMVcode


Copy and paste the following HTML code. Then:

  • Change the source http://servername.com/path/to/media.wmv in ALL 3 places to the path of your media file.
  • WIDTH and HEIGHT set the size of the screen. You can also change them at your discretion.

 <!-- begin embedded WindowsMedia file... -->
      <table border='0' cellpadding='0' align="left">
      <tr><td>
      <OBJECT id='mediaPlayer' width="320" height="285" 
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' 
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="http://servername.com/path/to/media.wmv">
      <param name='animationatStart' value='true'>
      <param name='transparentatStart' value='true'>
      <param name='autoStart' value="true">
      <param name='showControls' value="true">
      <param name='loop' value="true">
      <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' 
        bgcolor='darkblue' showcontrols="true" showtracker='-1' 
        showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"
        src="http://servername.com/path/to/media.wmv" autostart="true" designtimesp='5311' loop="true">
      </EMBED>
      </OBJECT>
      </td></tr>
      <!-- ...end embedded WindowsMedia file -->
    <!-- begin link to DOWNLOAD... -->
        <tr><td align='center'>
        <a href="http://servername.com/path/to/media.wmv" style='font-size: 85%;' target='_blank'>DOWNLOAD</a>
        <!-- ...end link to DOWNLOAD... -->
        </td></tr>
      </table>