Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/05/2006, 04:33
jolpuz
 
Fecha de Ingreso: junio-2005
Ubicación: Soy Latinoamericano pero
Mensajes: 95
Antigüedad: 18 años, 10 meses
Puntos: 0
Hola Robi ...revisa este codigo por favor

Hola Robi ...como siempre gracias por tu amable respuesta.....y dime no sabes alguna manera de hacerlo con el reproductor de Windows media?..mira yo tengo este codigo de ejemplo pero no he logrado que funcione en mi pagina:
<OBJECT id=mediaPlayer WIDTH=320 HEIGHT=280
codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701
type=application/x-oleobject
standby="Loading Microsoft Windows Media Player components..."
classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95>
<PARAM NAME="fileName" VALUE= " mi video "
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
<PARAM NAME="ShowStatusBar" VALUE="true">
<PARAM NAME="loop" VALUE="0">
<embed type='application/x-mplayer2'
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
src= " mi video " width="320" height="280"
autostart="1" displaysize='4' autosize='0'bgcolor='black' showcontrols="1"
showtracker='0' ShowStatusBar='1' showdisplay='0' videoborder3d='0'
designtimesp='5311' loop="0"></embed>
</OBJECT>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
<INPUT TYPE="BUTTON" NAME="Btnfs" VALUE="Pantalla Completa">
<SCRIPT LANGUAGE="VBScript">
Sub Btnfs_OnClick
mediaPlayer.DisplaySize=3
End Sub
</SCRIPT>
<SCRIPT language=JavaScript>
function click()
{if (event.button==2) {
alert('www.tv-red.com');}}
document.onmousedown=click
</SCRIPT>

En que puedo estar fallando?...por favor si tienes tiempo dale una miradita, y nuevamente gracias por tu gran apoyo y ayuda.
Jolpuz