05/12/2003, 20:51
|
| | | Fecha de Ingreso: diciembre-2002 Ubicación: San Salvador
Mensajes: 951
Antigüedad: 21 años, 11 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()")
} |