Sapete dirmi perchè non mi funziona il collegamento al file zip??
on (release) {
schedaStruttura_mc._visible = true;
schedaStruttura_mc.struttura_txt.text = 'Condominio Olimpia';
schedaStruttura_mc.descrizione_txt.text = "";
schedaStruttura_mc.caricaImg.loadMovie('img/olimpia_01.jpg', caricaImg);
schedaStruttura_mc.thumb01_mc.loadMovie('thumb/olimpia_01_p.jpg', thumb01_mc);
schedaStruttura_mc.thumb02_mc.loadMovie('thumb/dwg.jpg', thumb01_mc);
schedaStruttura_mc.thumb02_mc.onRelease = function(){
getURL('img/zip/dwg_olimpia.zip','_blank');}
}