Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/12/2003, 20:51
Avatar de Ludwingg
Ludwingg
 
Fecha de Ingreso: diciembre-2002
Ubicación: San Salvador
Mensajes: 951
Antigüedad: 21 años, 4 meses
Puntos: 5
no soy experto pero creo que seria asi:

en tu archivo.html pone:
<head>
<script>
function texto(){
v=window.open()
v.document.write("tu texto")
}
</script>
</head>

y en el boton de flash pone:

on (press) {
getURL("javascript:texto()")
}