By m.gribaudo on
Putting the followig html in a node
<object id="video1" 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" height="334" width="300">
<param name="fileName" value="files/WiSoulCreaContest.wmv">
</param>
<param name="animationatStart" value="true">
</param>
<param name="transparentatStart" value="true">
</param>
<param name="autoStart" value="true">
</param>
<param name="showControls" value="true">
</param>
<param name="loop" value="true">
</param>
<embed src="/ecopercorsi/files/WiSoulCreaContest.wmv" type="application/x-mplayer2" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" id="mediaPlayer" name="mediaPlayer" displaysize="4" autosize="-1" showcontrols="true" showtracker="-1" showdisplay="0" showstatusbar="-1" videoborder3d="-1" autostart="true" loop="true" height="334" width="300"></embed><br />
</object>
does'nt play the video if launched with Mozilla.
But :
. if I use another .wmv file
. if I play it in IE
. if I play it in Mozilla but not in a Drupal page
the video starts to play
Any idea?
Marcello