ma non puoi mettere le immagini in filmato esterno e caricare quello?
oppure:
mc.loadMovie("http://www.miourl/miacartella/img01.jpg");
stop()
_root.onEnterFrame = function(){
if (mc.getBytesLoaded() == mc.getBytesTotal() && mc.getBytesTotal()>1024) {
play();
delete this.onEnterFrame()
}
}![]()

Rispondi quotando