How about if i use two *.swf files? I have one file where the preloader is. Here i use the loadMovie function. Then, when the preloader is done, the whole movie will be loaded?
If this is one way to do things i need a little helt setting up the loadmovie thing.
If wrote this down. Is this something i can use?:
loadMovie(“Flash.swf”, “_root.OtherFile”);
if (_root.OtherFile.getBytesLoaded() == _root.OtherFile.getBytesTotal()) {
_root.OtherFile.play();
}