# I Just Want A Preloader:(

**URL:** https://forum.kirupa.com/t/i-just-want-a-preloader/29101
**Category:** flash
**Created:** [August 22, 2003, 5:53am UTC](https://forum.kirupa.com/t/i-just-want-a-preloader/29101 "2003-08-22T05:53:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jigga612](https://avatars.discourse-cdn.com/v4/letter/j/a88e4f/32.png) [@jigga612](https://forum.kirupa.com/u/jigga612)
#### Post date: [August 22, 2003, 5:53am UTC](https://forum.kirupa.com/t/i-just-want-a-preloader/29101/1 "2003-08-22T05:53:21Z")

</div>

…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 22, 2003, 6:33am UTC](https://forum.kirupa.com/t/i-just-want-a-preloader/29101/2 "2003-08-22T06:33:18Z")

</div>

Hi jigga612,

People are slow to reply to ppl who haven’t used search, to search the site or forums.

The quickest way to get a response here is to have a go at it yourself.  
ie: have a look at all the tutes and try to use them to get you going…  
Then when you are stuck you can post your file and ask why it is not working…

(tust me it’s the quickest way to get your answer.)

below is 5 links to tutes: but as you a new I will explain:

just copy and paste this code into your first frame say layer 1.  
put your movie in the first frame say layer 2.

[AS]if (\_framesloaded\>=\_totalframes) {  
gotoAndPlay (2);  
} else {  
gotoAndPlay (1);  
}  
[/AS]

[http://www.kirupa.com/developer/mx/preloader.htm](http://www.kirupa.com/developer/mx/preloader.htm)  
[http://www.kirupa.com/developer/mx/percentagepreloader.htm](http://www.kirupa.com/developer/mx/percentagepreloader.htm)  
[http://www.kirupa.com/developer/mx/percentage\_loader.htm](http://www.kirupa.com/developer/mx/percentage_loader.htm)  
[http://www.kirupa.com/developer/flash5/preloader.htm](http://www.kirupa.com/developer/flash5/preloader.htm)  
[http://www.kirupa.com/developer/actionscript/preloader.htm](http://www.kirupa.com/developer/actionscript/preloader.htm)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 22, 2003, 8:49pm UTC](https://forum.kirupa.com/t/i-just-want-a-preloader/29101/3 "2003-08-22T20:49:06Z")

</div>

…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 23, 2003, 1:46pm UTC](https://forum.kirupa.com/t/i-just-want-a-preloader/29101/4 "2003-08-23T13:46:01Z")

</div>

no worries, if you cant get it to work just post what you’ve got and I’ll see if I can fix it for you.:beam:
