Código :
onClipEvent (load) { total = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); percent = int( loaded / total * 100); text = percent + "% Cargado "; gotoAndStop(percent); if (loaded == total) { _root.gotoAndPlay(2); } }
haber si alguien me puede ayudar porfavor, la web es http://www.perfectbeauty.cl/
de antemano muchas gracias