Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/09/2012, 11:34
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 9 meses
Puntos: 1146
Respuesta: Problemas con iframes

mientras trabajen con iframe podrias ahorrarte problemas si dejas de lado el PHP y lo haces solo con HTML

te quedaria algo asi
Código HTML:
Ver original
  1. <ul>
  2.     <li><a target="radiosonline" href="http://player.streamtheworld.com/liveplayer.php?callsign=MAXIMAFM">MAXIMAFM</a></li>
  3.     <li><a target="radiosonline" href="http://player.streamtheworld.com/liveplayer.php?callsign=LOS40">LOS40</a></li>
  4. </ul>
  5. <iframe name="radiosonline" src="http://player.streamtheworld.com/liveplayer.php?callsign=MAXIMAFM" width="307" height="163"  scrolling="no" frameborder="0" marginheight="0" marginwidth="0" style="margin: 0; padding: 0;" allowtransparency="true"></iframe>