Código PHP:
<html>
<body>
<object
width="280" height="256" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Cargando película..." type="application/x-oleobject">
<param name="fileName" value="tutorial/v_preg_frecuentes.mp4">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<embed src="tutorial/v_preg_frecuentes.mp4" width=280 height=256 type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" autostart=1 showcontrols=1>
</object>
</body>
</html>
... que pena .. solo falto aumentar el tamano de la ventana donde se visualiza mi video ya que este es mas grande . que el visor
Código PHP:
<html>
<body>
<object
width="800" height="600" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Cargando película..." type="application/x-oleobject">
<param name="fileName" value="tutorial/v_preg_frecuentes.mp4">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<embed src="tutorial/v_preg_frecuentes.mp4" width=800 height=600 type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" autostart=1 showcontrols=1>
</object>
</body>
</html>