Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/10/2011, 13:07
michelmin
 
Fecha de Ingreso: diciembre-2009
Mensajes: 56
Antigüedad: 14 años, 4 meses
Puntos: 0
Respuesta: mapa interactivo a medias

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 original
  1. var municipio="Valladolid";
  2. var codigo="m186";
  3. this.onPress=function(){
  4.     this._parent._parent.press(this);
  5. }
  6. this.onRollOver=function(){
  7.     this._parent._parent.over(this);
  8. }
  9. this.onRollOut=this.onDragOut=function(){
  10.     this._parent._parent.out(this);
  11. }
  12. valladolid.onRelease = function() {
  13.        getURL("http://www.elegimos.org", _blank);
  14. }

no me da errores pero no funciona el link. ¿que estoy haciendo mal?

muchas gracias