Hi, I have used a template to create a site in flash and would like to know how I can intergrate a preloader into the site. The preloader is a maze game how would I go about this my site is at
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if(_root.getBytesLoaded() >= _root.getBytesTotal()){
// then the movie is loaded...
// a gotoAndPlay to the first frame
// of your movie...
}
gotoAndPlay(1);
// the actual loop until the movie is fully loaded...