• Martes 16 de Abril de 2024, 15:02

Autor Tema:  [reproductor Windows Media]  (Leído 1377 veces)

kkonvicted

  • Nuevo Miembro
  • *
  • Mensajes: 18
    • Ver Perfil
[reproductor Windows Media]
« en: Lunes 3 de Diciembre de 2007, 04:08 »
0
Alguien puede darme un codigo de reproductor de windows media para video???

tengo el siguiente:
Código: Text
  1.  
  2.  
  3. <OBJECT id="VIDEO" width="400" height="370" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
  4. <PARAM NAME="URL" VALUE="DIRECCION">
  5. <PARAM NAME="SendPlayStateC hangeEvents" VALUE="True">
  6. <PARAM NAME="AutoStart" VALUE="True">
  7. <PARAM NAME="stretchToFit" VALUE="True">
  8. <PARAM name="uiMode" value="full">
  9. <PARAM name="PlayCount" value="1">
  10. <PARAM NAME="AutoRewind" VALUE="0">
  11. <embed type="application/x-mplayer2" pluginspage="www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" autostart="true" width="400" height="370" transparentsta rt="1" SHOWSTATUSBAR="1" loop="0" controller="true" src="DIRECCION" stretchToFit="true" ></embed>
  12. </OBJECT>
  13.  
  14.  

Tengo ese pero los videos se frenan al 1segundo de habver comenzado,. me pueden dar alguno que funcione bien?? (o explicarme si hay algo mal) muchas graicas.
Aficionado a la programacion, aficionado en progreso.
Batch: APROBADO.
Html]Semi-Aprobado.[/color]
CSS: Semi-Aprobado.
PHP]En progreso...[/color]