Ver Mensaje Individual
  #1 (permalink)  
Antiguo 18/02/2003, 14:25
Avatar de claroscuro
claroscuro
 
Fecha de Ingreso: septiembre-2002
Ubicación: lima - Perú
Mensajes: 55
Antigüedad: 21 años, 7 meses
Puntos: 1
Pregunta incrustar video

Estoy incrustando un video en una pagina web, he estado probando y funciona muy bien en windows NT, XP Y Me, ahora aun no he probado en 98, pero el problema es ke kuando lo kiero ver en windows 2000 este no inicia el video, abre el windows media player incrustado en la pagina pero el video no se ve, kisiera saber a ke se debe.

Las pruebas las hago en la misma pc. Por ke la pagina web se va a kemar en un cd.

Aki les dejo el codigo ke uso

Código PHP:
<OBJECT ID="StreamWM" width=352 height=286 
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="ebel.mpg">
     <
PARAM NAME="AutoSize" VALUE="0">
     <
PARAM NAME="AutoStart" VALUE="1">
     <
PARAM NAME="AudioStream" value="1">
     <
PARAM NAME="AnimationAtStart" VALUE="0">
     <
PARAM NAME="DisplayMode" VALUE="0">
     <
PARAM NAME="DisplaySize" VALUE="4">
     <
PARAM NAME="EnableContextMenu" VALUE="1">
     <
PARAM NAME="ShowControls" VALUE="1">
     <
PARAM NAME="ShowPositionControls" VALUE="0">
     <
PARAM NAME="PlayCount" VALUE="1">
     <
PARAM NAME="PreviewMode" VALUE="0">
     <
PARAM NAME="ShowDisplay" VALUE="0">
     <
PARAM NAME="ShowStatusBar" VALUE="0">
     <
PARAM NAME="ShowTracker" VALUE="1">
     <
PARAM NAME="TransparentAtStart" VALUE="1">
     <
PARAM NAME="VideoBorderWidth" VALUE="0">
     <
PARAM NAME="VideoBorderColor" VALUE="0">
     <
PARAM NAME="VideoBorder3D" VALUE="0">
     <
PARAM NAME="WindowlessVideo" VALUE="0">
     <
PARAM NAME="ClickToPlay" VALUE="1">
     <
PARAM NAME="SendMouseClickEvents" VALUE="1">
     <
PARAM NAME="CursorType" VALUE="1">
  <
EMBED type="application/x-mplayer2" 
    
pluginspage="http://www.microsoft.com/Windows/
Downloads/Contents/Products/MediaPlayer/"
    
SRC="ebel.mpg"
    
name="StreamWM"
    
width=352
    height
=286
    AutoSize 
0
        AutoStart 
1
        AudioStream 
1
        AnimationAtStart 
0
        DisplayMode 
0
        DisplaySize 
4
        EnableContextMenu 
1
        ShowControls 
1
        ShowPositionControls 
0
        PlayCount 
1
        PreviewMode 
0
        ShowDisplay 
0
        ShowStatusBar 
0
        TransparentAtStart 
1
        VideoBorderWidth 
0
        VideoBorderColor 
0
        VideoBorder3D 
0
        WindowlessVideo 
0
        ClickToPlay 
1
        SendMouseClickEvents 
1
        CursorType 
>
  </
EMBED>
  </
OBJECT

saludos y gracias de antemano
__________________
Esta noche cenaremos en el infierno

Última edición por claroscuro; 18/02/2003 a las 15:05