Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/hsphere/local/home/stefano/sitosi.it/UsersLayout.php on line 109
:quote:
ih ih ...belli questi errori sul dominio ...
comunque tornando a noi ...
broly giustamente parla di una funzione di preload dell' immagine
1)
metti nel primo fotogramma del tuo file questo script
function car_foto()
{
_root.xx._visible = 0;
car = _root.xx.getBitesLoaded();
tot = _root.xx.getBitesTotal();
if (car == tot)
{
_root.xx._x = 100;
_root.xx._y = 100;
_root.xx._width = 200;
_root.xx._height = 200;
_root.xx._visible = 1;
clearInterval(int_car_foto);
}
nel pulsante invece metti
}
on (release)
{
loadMovie ("jpg1.jpg", "_root.xx");
setInterval("_root.car_foto", "50");
}
ora non sono al mio pc quindi non ho flash disponibile però dovrebbe funziare.