Ante todo perdón por no haber puesto antes el código, no me di cuenta.
el código me ha quedado así dentro de m186_contenedor
Código actionscript:
Ver originalvar municipio="Valladolid";
var codigo="m186";
this.onPress=function(){
this._parent._parent.press(this);
}
this.onRollOver=function(){
this._parent._parent.over(this);
}
this.onRollOut=this.onDragOut=function(){
this._parent._parent.out(this);
}
valladolid.onRelease = function() {
getURL("http://www.elegimos.org", _blank);
}
no me da errores pero no funciona el link. ¿que estoy haciendo mal?
muchas gracias