i've been trying to build a loader and i think i almost accomplished my mission. this is the code i used on frame 1 of scene 1
stop();
myinterval = setInterval(preload,100);
function preload(){
if (_root.getBytesLoaded() >= _root.getBytesTotal()){
gotoAndStop("main",1)...