# A simple question about preloaders

**URL:** https://forum.kirupa.com/t/a-simple-question-about-preloaders/211660
**Category:** flash
**Created:** [January 4, 2007, 12:27am UTC](https://forum.kirupa.com/t/a-simple-question-about-preloaders/211660 "2007-01-04T00:27:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![8\_bit](https://avatars.discourse-cdn.com/v4/letter/8/a5b964/32.png) [@8\_bit](https://forum.kirupa.com/u/8_bit)
#### Post date: [January 4, 2007, 12:27am UTC](https://forum.kirupa.com/t/a-simple-question-about-preloaders/211660/1 "2007-01-04T00:27:17Z")

</div>

Hello there.

Sorry if this is in the wrong section, I really wasn’t sure where to post it.

Basically what I want to know is if this piece of code (which I got from a tutorial here at Kirupa) will make sure that all movieclips have loaded aswell as the all the frames on the timeline. I couldnt see any mention of that in the tutorial.

```auto
if (_framesloaded>=_totalframes) {
 gotoAndPlay (2);
} else {
 gotoAndPlay (1);
}

```

If not, I don’t suppose anyone could point me in the right direction for finding a preloader that loads everybit of the .swf before it starts?

thanks
