Comunidad de diseño web y desarrollo en internet online

Link html con boton flash

Citar            
MensajeEscrito el 20 Abr 2011 04:30 pm
Hola! he estadoo usando un codigo para linkear el boton flash, el problema que la pagina se abre en una nueva ventana, yo quiero que se habra en la misma como le hago? con el codigo o si hay otro

Código :

entrar.addEventListener(MouseEvent.CLICK, mouseClick);

function mouseClick(e:MouseEvent) {
var url:String = "http://www.google.com";
var request:URLRequest =  URLRequest(url);
try {

navigateToURL(request);
}
catch (e:Error) {
// handle error here
}
}


este codigo no me funciona

Código :

on(release){ 
getURL("mi_archivo.html","_self"); 
}

Por isra764

2 de clabLevel



 

firefox
Citar            
MensajeEscrito el 20 Abr 2011 05:23 pm
Prueba

navigateToURL(request, "_self");

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox
Citar            
MensajeEscrito el 20 Abr 2011 07:14 pm

solisarg escribió:

Prueba

navigateToURL(request, "_self");

Jorge


Funciona! Muchas gracias (:

Por isra764

2 de clabLevel



 

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.