![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/12/2005, 08:57
|
| | Fecha de Ingreso: octubre-2005
Mensajes: 407
Antigüedad: 19 años, 4 meses Puntos: 2 | |
Iframe llamar a subrutina del la web principal? tengo un problema que no se solucionarlo ya que no conozco del lenguaje javascript
el tema es el siguiente
tengo un codigo que es la pagina principal
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pagina nueva 1</title>
<SCRIPT>
function playIt(filename) {
Player.URL = filename;
}
</SCRIPT>
</head>
<body>
<iframe width="338" height="268" src="pagina2.htm">
</iframe>
<a href = "#" onclick= "playIt('archivos/estopa.mp3')">Estopa - Vacaciones</a>
<a href = "#" onclick= "playIt('archivos/estopa1.mp3')">Estopa - Fin de Semana</a>
<OBJECT id=Player type=application/x-oleobject height=59
standby="Please wait while we start the radio!" width=284 align=middle
classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6>
<PARAM NAME="URL" VALUE="" ref valuetype="ref"><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="0"><PARAM NAME="defaultFrame" VALUE=""><PARAM NAME="playCount" VALUE="1"><PARAM NAME="autoStart" VALUE="-1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE="">
<PARAM NAME="volume" VALUE="100"><PARAM NAME="mute" VALUE="0">
<PARAM NAME="uiMode" VALUE="invisible"><PARAM NAME="stretchToFit" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="-1"><PARAM NAME="enabled" VALUE="-1"><PARAM NAME="enableContextMenu" VALUE="-1"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE="">
<param name="enableErrorDialogs" value="0">
<param name="_cx" value="6011">
<param name="_cy" value="1249">
</OBJECT>
</body>
</html>
lo que yo quiero hacer es que la pagina2 o sea la que se carga del iframe
pueda llamar a la rutina de java para reproducir audio que esta en la pagina principal
como tengo que hacer
en la pagina dos pondria varios link de estos
<a href = "#" onclick= "playIt('archivos/estopa.mp3')">Estopa - Vacaciones</a>
pero llamando a la subrutina de la pagina principal para reproducirlo
ALGUIEN QUE ME AYUDE PORFAVOR
:( |