Ostras , pues lo puse, algo a debido pasar, aqui lo dejo de nuevo , pero ya digo no me funciona
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);
}
on(rollOver){
mensaje.text = "Iscar";
}
on(rollOut){
mensaje.text = "";
}