Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/11/2006, 12:18
Avatar de korg1988
korg1988
 
Fecha de Ingreso: junio-2006
Ubicación: Santa Fe, Argentina
Mensajes: 825
Antigüedad: 17 años, 10 meses
Puntos: 19
De acuerdo

Puede hacerlo usando este codigo de ActiveX
Código HTML:
<OBJECT ID='WinMedia'
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
CODEBASE='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
width=323 height=50 standby='Loading Microsoft Windows Media Player components...'
type='application/x-oleobject'>
<PARAM NAME='FileName' VALUE='AQUI IRIA LA DIRECCION DONDE SE ENCUENTRA TU VIDEO http://dominio.com/tuvideo.mpg por ejemplo'>
<PARAM NAME='AutoStart' Value='true'>
<PARAM NAME='ShowControls' Value='true'>
<Embed type='application/x-mplayer2'
pluginspage='http://www.microsoft.com/Windows/MediaPlayer/'
src='AQUI IRIA LA DIRECCION DONDE SE ENCUENTRA TU VIDEO http://dominio.com/tuvideo.mpg por ejemplo'
Name=MediaPlayer
AutoStart=0
Width=323
Height=50
autostart=1
ShowControls=1
</embed>
</OBJECT> 
luego para que el visor del reproductor sea mas grande solo debes modificar los tamaños width= y height= y con eso bastaria al menos yo lo hacia asi
espero haberte sido de ayuda

Última edición por korg1988; 21/11/2006 a las 12:21 Razón: borre sin querer un pedaso del codigo y se lo volvi a agregar