Ver Mensaje Individual
  #17 (permalink)  
Antiguo 27/10/2011, 10:51
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 10 meses
Puntos: 406
Respuesta: mapa interactivo a medias

Es diferente poderte ayudar viendo como lo haz hecho.
El código debes de escribirlo así:
Código actionscript:
Ver original
  1. var municipio="Íscar";
  2. var codigo="m075";
  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. this.onRelease = function() {
  13.        getURL("http://www.elegimos.org", _blank);
  14. }
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/