Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/01/2011, 18:45
chrisedu
 
Fecha de Ingreso: abril-2010
Mensajes: 4
Antigüedad: 14 años, 1 mes
Puntos: 0
Información Live chat button

estoy realizando una pagina web con flash y deseo colocar un boton que me lleve a un chat en linea por lo general en programcion html se pega un codigo que te dan dependiendo del chat que uno adquiriera
ejemplo

<!--start http://www.livehelpnow.net -->
<div style="text-align: center;">

<div>
<script type="text/javascript">
var lhnJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + lhnJsHost + "www.livehelpnow.net/lhn/scripts/lhnvisitor.aspx?div=&amp;zimg=35&amp;lhnid=4310&am p;iv=1&amp;iwidth=144&amp;iheight=60&amp;zzwindow= 0&amp;d=0&amp;custom1=&amp;custom2=&amp;custom3= ' type='text/javascript'%3E%3C/script%3E"));</script>
</div>

<div><a title="Customer Service Software" href="http://www.LiveHelpNow.net/" style="font-size:10px;" target="_blank">Customer Service Software</a></div>
</div>
<!--end http://www.livehelpnow.net -->


este seria el codigo que pegaria en la programacion html para que genere el boton del chat

pero como este mismo codigo lo coloco dentro de la programacion en flash para que em genere el boton del chat

gracias por su ayuda