Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/03/2010, 23:40
Avatar de maycolalvarez
maycolalvarez
Colaborador
 
Fecha de Ingreso: julio-2008
Ubicación: Caracas
Mensajes: 12.120
Antigüedad: 16 años, 5 meses
Puntos: 1532
Respuesta: Problema con Script

recuerda que las varibles en PHP siempre llevan de prefijo el $ (dolar)
Código PHP:
<script>
var embed="";
embed= embed + '<object id="live_embed_player_flash" bgcolor="#000000" data="http://www-cdn.justin.tv/widgets/live_embed_player.swf?channel=<?php echo $channel?>"id="jtv_player_flash" type="application/x-shockwave-flash" style="visibility: visible;" height="100%" width="100%">';
embed= embed + '<param value="true" name="allowFullScreen" />';
embed= embed + '<param value="http://www-cdn.justin.tv/widgets/live_embed_player.swf" name="movie" />';
embed= embed + '<param value="channel=<?php echo $channel?>&amp;publisherGuard=&amp;publisherGuard=&amp;auto_play=true&amp;start_volume=25&amp;hide_chat=true&amp;backgroundImageUrl=http://s.justin.tv/jtv_user_pictures/competitiveonline-320x240-4.jpg&amp;hostname=www.justin.tv&amp;publisherTimezoneOffset=240&amp;force_adotube=true&amp;consumer_key=FiJpJu0rK7WDAFDDTvZ3g&amp;auto_play=true&amp;amp;consumer_key=FiJpJu0rK7WDAFDDTvZ3g&amp;auto_play=true&amp;start_volume=25" name="flashvars" />';
embed= embed + '<param value="transparent" name="wmode" name="allowscriptaccess" name="enablejsurls"name="enablehref" name="allownetworking" />';
embed= embed + '</object>';
document.write(embed);
</script>