Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/02/2006, 04:41
SinAliaS
 
Fecha de Ingreso: septiembre-2003
Mensajes: 197
Antigüedad: 20 años, 7 meses
Puntos: 0
URGENTE!!! plugin para mi radio en internet

estuve leyendo el tutorial "Pon tu radio en Internet" en este sitio http://www.maestrosdelweb.com/editorial/radioweb/, y ya lo puse en practica y funciona pero lo que quiero hacer es que en ves de linquear a un texto quiero que aparezca el plugins de windows media player, como aparece en esta pagina http://www.tveo.tv/home.php cuando se hace clic en la imagen donde dice Radio en Vivo sobre la derecha aparece una ventanita pequeña donde aparece el control de volumen, avance y retroceso de windows media player y mientras se escucha la radio.
Espero que se haya entendido mi pregunta.
Y que me ayuden a resolverlo ya que no se como se hace, tengo entendido que se inserta un codigo en la pagina parecido a este (pero es para ver videos) y lo que yo quiero lograr es enlazar esto con mi propia radio.

Alguna idea???

<HTML>
<HEAD>
<TITLE>Document Title</TITLE>
</HEAD>
<BODY>
<script language="JavaScript">
<!--
if ( navigator.appName == "Netscape" )
{
//-- This next line ensures that any plug-ins just installed are
updated in the browser
//-- without quitting the browser.
navigator.plug-ins.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>
<!-- Set ShowControls, ShowDisplay, ShowStatusBar to value 0 to not display
the corresponding thing under the video window -->
<OBJECT ID="MediaPlayer" WIDTH=320 HEIGHT=240
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="FileName" VALUE="Station1.asx">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="1">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/"
filename="Station1.asx"
Quicktime player concentra el interes en el video y ofrece botones de forma accesible.
src="Station1.asx"
Name=MediaPlayer
ShowControls=1
ShowDisplay=1
ShowStatusBar=1
width=320
height=240>
</embed>
</OBJECT>
</BODY>
</HTML>