need help to insert a video wmv

musicalis

Member
Hi

The following HTML code is correct (see this page http://organ.monespace.net/pages/32.php) but I cannot display the video in the forum. Do I try to do something impossible or not allowed ? Can somebody help please ?

HTML:
<!-- begin embedded WindowsMedia file... -->
      <table border='0' cellpadding='0' align="center">
      <tr><td>
      <OBJECT id='mediaPlayer' width="640" height="525" 
      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://organ.monespace.net/videos/150%20cantilene.wmv">
      <param name='animationatStart' value='true'>
      <param name='transparentatStart' value='true'>
      <param name='autoStart' value="false">
      <param name='showControls' value="true">
      <param name='loop' value="false">
      <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="640" height="525"
        src="http://organ.monespace.net/videos/150%20cantilene.wmv" autostart="false" designtimesp='5311' loop="false">
      </EMBED>
      </OBJECT>
      </td></tr>
      <!-- ...end embedded WindowsMedia file -->
    <!-- begin link to launch external media player... -->
        <tr><td align='center'>
        <a href="http://organ.monespace.net/videos/150%20cantilene.wmv" style='font-size: 85%;' target='_blank'>Launch in external player</a>
        <!-- ...end link to launch external media player... -->
        </td></tr>
      </table>
 

Krummhorn

Administrator
Staff member
ADMINISTRATOR
Jean-Paul,

HTML coding is not enabled on this forum.

What you can use though, is "BB Code". There is information here on all the 'tags' that are used in BB Code.
 
Top