Es diferente poderte ayudar viendo como lo haz hecho.
El código debes de escribirlo así:
Código actionscript:
Ver originalvar municipio="Íscar";
var codigo="m075";
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);
}
this.onRelease = function() {
getURL("http://www.elegimos.org", _blank);
}
Espero haberte sido de ayuda.