Mi archivo flash pesa 1.208 mb. (por eso necesito una precarga)
y pongo los Codigos principales de mi precarga...
Código:
total = int(_root.getBytesTotal()/2000); download = int(_root.getBytesLoaded() /2000); if (total==download) { tellTarget ("../") { play(); } } else { play(); }
Código:
Bueno porfavor si me pueden ayudar .... onClipEvent (load) { total = int(_root.getBytesTotal()/2000); } onClipEvent (enterFrame) { download = int(_root.getBytesLoaded() /2000); bytesleft = _root.getBytesTotal()-_root.getBytesLoaded()+" bytes"; percent = int(_root.getBytesLoaded()/_root.getBytesTotal()*100)+" %"; frame = int(_root.getBytesLoaded()/_root.getBytesTotal()*100); }
GRACIAS!! x anticipado
Muchos Saludos Gente...