Cita:
Iniciado por xcvb0 El codigo que te he puesto CREO (no estoy seguro 100%) que solo funciona si el swf esta metido en una pagina html (archivo->vista previa de la publicacion->html)
ok.
estoy probando lo que me has dicho y he puesto otro codigo:
botonpano.addEventListener (MouseEvent.CLICK, irapanorama);
botonloca.addEventListener (MouseEvent.CLICK, iralocalizacion);
botonacces.addEventListener (MouseEvent.CLICK, iraaccesibilidad);
botonservi.addEventListener (MouseEvent.CLICK, iraservicios);
botondatos.addEventListener (MouseEvent.CLICK, iradatos);
function irapanoramica (event:MouseEvent) : void {
on (release) {
getURL ("indice.html", "_blank");
}
}
function iralocalizacion (event:MouseEvent) : void {
on (release) {
getURL ("localizacion.html", "_blank");
}
}
function iraaccesibilidad (event:MouseEvent) : void {
on (release) {
getURL ("accesibilidaduso.html", "_blank");
}
}
function iraservicios (event:MouseEvent) : void {
on (release) {
getURL ("servicioscercanos.html", "_blank");
}
}
function iradatos (event:MouseEvent) : void {
on (release) {
getURL ("datosinteres.html", "_blank");
}
}
y tampoco me funciona.
tengo bien escrito el codigo o he hecho algun desastre??