vi j'ai changé et sa fonctionne super
voila le resultat :
1ereframe:
actBytes = getBytesLoaded() || 0;
totBytes = getBytesTotal() || 100;
percent = (actBytes*100/totBytes);
setProperty("_root.barre", _xscale, _root.percent);
pourcentage = _root.getBytesLoaded()/_root.getBytesTotal();
barre._width = largeurBarre*pourcentage;
zonepourcent = Math.round(pourcentage*100)+"%";
2eme:
if (totBytes != actBytes) {
gotoAndPlay(1);
}
3eme: (avec sur un autre calque un stop)
if (totBytes != actBytes) {
gotoAndPlay(3);
}
aprés 3 ou 4h de galere a le retourner dans tt les sens; ouffffff merci quand meme
Message édité par srazazel le 20-11-2003 à 11:52:52
---------------
www.startgrafik.com