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

Ostras , pues lo puse, algo a debido pasar, aqui lo dejo de nuevo , pero ya digo no me funciona


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. }
  15. on(rollOver){
  16. mensaje.text = "Iscar";
  17. }
  18. on(rollOut){
  19. mensaje.text = "";
  20. }