lo estoy hacuendo asi pero no funciona
frame 1
Código HTML:
totalBytes = this.getBytesTotal(); loadedBytes = this.getBytesLoaded(); remainingBytes = totalBytes - loadedBytes percentDone = int((loadedBytes/totalBytes)*100); this.bar_mc._width = percentDone; this.myText = Math.round(percentDone)+”%”; if (_framesloaded == _totalframes) { gotoAndPlay(5); }
en el frame 2
Código PHP:
gotoAndPlay(1);