provalo così, e ricorda, come ha suggerito cube, di svuotare la cache prima di provare il filmatocodice:function preload() { car = vuoto.getBytesLoaded(); tot = vuoto.getBytesTotal(); perc = Math.round((car/tot)*100); stato.text = "Loading . . . "+perc+"%"; if (car >= tot && vuoto._url != _root.url) { clearInterval(a); stato.text = ""; vuoto._alpha = 100; } } vuoto._alpha = 0; vuoto.loadMovie("fotofriends/imm_001.jpg"); a = setInterval(preload, 50);

Rispondi quotando