First off thank you for helping me out. I have read many posts about this and I haven’t really found anything out about loading with loadMovieNum. Im sure it may be easy for some
people but for me. Im LOST! Once again, thank you!
Ok here is my problem. I have a main movieclip (preload_test.swf) witch has a custom preloader built-in ( I would like to use it againg and again). I have NO- Idea on how to code somthing like this. So I am just going to post the FLA with the SWFs. I am really sorry about not zipping it. I am at work and they do not have winzip.
PS: This is the code I am using now for the preloader. Im asuming that I can use the same preloder over and over. I just dont know the code.
MX2004…
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded/bytes_total;
_root.loadBar._width = getPercent*100;
_root.loadText = Math.round(getPercent*100)+"%";
if (bytes_loaded == bytes_total) {
_root.gotoAndStop(3);
}
So if you do modify my code could you please leave the [color=blue]instance[/color] names the same.
I had to upload the FLA to my server.
FLA = http://www.smoothblend.com/preload_test.fla
THANK YOU!!!