Hi there....
This is Flash 5
Put a stop action in 1. frame of your main timeline.
Insert a MC and give it following actions:
onClipEvent (enterFrame) {
percentloaded = _root.getBytesLoaded()/_root.getBytesTotal()*100;
if (percentloaded == 100) {
with (_root) {
gotoAndStop("start");
}
}
}
Set a label called 'start' on where you want your movie to start.
Thats it :)
Regards ::
M!chae( )enzen
Http://Diktator.dk
JARLE HRAFN GRINDHAUG <jarle.grindhaug@c2i.net> skrev i en
nyhedsmeddelelse:A3IF6.3743$Sq.363739@juliett.dax.net...
>
> Whatever I seem to do I cant get the Flash to COMPLETELY preload
everything
> before executing.
> Anyone? Help...
>
>
http://studiosilhuett.com/odd/
>
> -Jarle Hrafn
>
>