Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/05/2007, 11:49
Avatar de niroblock
niroblock
 
Fecha de Ingreso: mayo-2007
Ubicación: en la red
Mensajes: 54
Antigüedad: 17 años
Puntos: 1
Re: ¿Alguien me ayuda a poner un reproductor en mi web?

hola aky tienes

Código HTML:
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Anuncio para punto de publicación Punto_Publicación1</TITLE>
<META http-equiv=PRAGMA content=NO-CACHE>
<META http-equiv=content-type content="text/html; charset=UTF-8">
<SCRIPT language=JavaScript>
		var L_LAUNCHSAP_TEXT = "Iniciar el Reproductor de Windows Media independiente";
		var g_bNetscape = ( -1 != navigator.appName.indexOf( "Netscape" ) );
	</SCRIPT>

<STYLE>BODY {
	FONT-WEIGHT: normal; FONT-SIZE: medium; COLOR: #ffffff; BORDER-TOP-STYLE: none; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Arial, Sans Serif; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #3366cc; BORDER-BOTTOM-STYLE: none
}
A {
	FONT-WEIGHT: bold; COLOR: #66ccff
}
</STYLE>

<SCRIPT language=JavaScript>
	<!--
		if ( navigator.appName == "Netscape" )
		{         	//-- This next line ensures that any plugins just installed are updated in the Browser
					//-- without quitting the browser.
					navigator.plugins.refresh();
					// We don't need the APPLET within IE
					// ***Please note that if you do not need to script events, you can safely remove the next two lines
					document.write("\x3C" + "applet MAYSCRIPT Code=NPDS.npDSEvtObsProxy.class")
					document.writeln(" width=5 height=5 name=appObs\x3E \x3C/applet\x3E")
		} //-->
	</SCRIPT>

<SCRIPT language=VBSCRIPT>
		Sub cmdStandAlone_onclick
			If isobject(WMP) Then
				If WMP.playstate > 0 Then
					WMP.Close()
				End If
				location.href = "mms://TECHVISUAL/Punto_Publicación1"
			End If
		End Sub
	</SCRIPT>

<META content="MSHTML 6.00.3790.2885" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0>
<DIV align=center>
<CENTER>
<TABLE height="80%" width="100%" border=0>
  <TBODY>
  <TR>
    <TD width="100%">
      <P align=center><B>Contenido basado en Windows Media</B> </P></TD></TR>
  <TR>
    <TD width="100%">
      <P align=center><B>Punto de publicación: Punto_Publicación1</B></P></TD></TR>
  <TR>
    <TD width="100%">
      <P align=center>
      <SCRIPT language=Javascript>
				if( g_bNetscape )
				{
					document.writeln( "<APPLET mayscript code=WMPNS.WMP name=WMP1 width=300 height=200 MAYSCRIPT >" );
				}
			</SCRIPT>

      <OBJECT id=WMP classid=clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM NAME="Name" VALUE="WMP1"><PARAM NAME="URL" VALUE="mms://TECHVISUAL/Punto_Publicación1"></OBJECT></APPLET></P></TD></TR>
  <TR>
    <TD width="100%">
      <P align=center>
      <SCRIPT language=Javascript>
				if( !g_bNetscape )
				{
					document.writeln( "<input type=\"button\" id=\"cmdStandAlone\" value=\"" + L_LAUNCHSAP_TEXT + "\">" );
				}
			</SCRIPT>
       </P></TD></TR></TBODY></TABLE></CENTER></DIV></BODY></HTML> 

el documento lo autogenera el servidor de streaming incluido en Window Server 2003 Enterprise Edition .

espero te sirva.