Código :
btn.onRelease = function(){
getURL("javascript:NewWindow=window.open('pagina.html','newWin','width=400,height=300,left=300,top=300,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}
bueno hasta ahi todo bien .. pero quiero usar una variable en vez de "pagina.html" algo asi
Código :
_loc05 = movieClip._url;
btn.onRelease = function(){
getURL("javascript:NewWindow=window.open('_loc05','newWin','width=400,height=300,left=300,top=300,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);");
}
pero no sale, alguien sabe como declarar bien _loc05 y usarlo correctamente con este codigo
gracias
