Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/05/2002, 19:48
Avatar de TMeister
TMeister
Crazy Coder
 
Fecha de Ingreso: enero-2002
Ubicación: En la Oficina
Mensajes: 2.880
Antigüedad: 22 años, 3 meses
Puntos: 193
Re: Pop Up En Flash

Se hace de la Siguiente manera:

Paso 1: Al boton en flash le pones el Codigo
on (release) {
getURL ("JavaScript:pop();");
}

Paso 2 : En la Pagina Html que alberga al Swf entre el <head> y </head> pones el siguiete codigo

<SCRIPT LANGUAGE="JavaScript">
function pop() {
window.open("pagina.html","",& quot;height=X,width=X,");
}
</script>

cambia la "X" por el tamaño de la pagina

y listo

<a href='ir.asp?http://www.arbeitstudio.com' target='_blank'>http://www.arbeitstudio.com...</a>