# This loader works only for the main page

**URL:** https://forum.kirupa.com/t/this-loader-works-only-for-the-main-page/177357
**Category:** Uncategorized
**Created:** [February 1, 2006, 8:31am UTC](https://forum.kirupa.com/t/this-loader-works-only-for-the-main-page/177357 "2006-02-01T08:31:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![alssa](https://avatars.discourse-cdn.com/v4/letter/a/f475e1/32.png) [@alssa](https://forum.kirupa.com/u/alssa)
#### Post date: [February 1, 2006, 8:31am UTC](https://forum.kirupa.com/t/this-loader-works-only-for-the-main-page/177357/1 "2006-02-01T08:31:08Z")

</div>

[INDENT]**[SIZE=3][FONT=Times New Roman]Loader: first frame[/FONT][/SIZE]**  
[FONT=Times New Roman][SIZE=3]Total = \_root.getBytesTotal();[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]Loaded = \_root.getBytesLoaded();[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]if (loaded\>=Total) {[/SIZE][/FONT]  
[SIZE=3][FONT=Times New Roman]\_root.play();[/FONT][/SIZE]  
[FONT=Times New Roman][SIZE=3]} else {[/SIZE][/FONT]  
[SIZE=3][FONT=Times New Roman]parcent = (Loaded/Total)\*100;[/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]parcent\_text = Math.round(parcent);[/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]Bar.p\_Bar(parcent\_text);[/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]\_root.stop();[/FONT][/SIZE]  
[FONT=Times New Roman][SIZE=3]}[/SIZE][/FONT]  
[/INDENT][INDENT]**[SIZE=3][FONT=Times New Roman]Second frame:[/FONT][/SIZE]**  
[FONT=Times New Roman]this.gotoAndPlay(\_currentframe-1);[/FONT]  
[/INDENT]  
[FONT=Times New Roman][INDENT][SIZE=3][FONT=Times New Roman] **Loading bar** :[/FONT][/SIZE]  
[FONT=Times New Roman][SIZE=3]onClipEvent (enterFrame) {[/SIZE][/FONT]  
[SIZE=3][FONT=Times New Roman]function p\_Bar(parcent) {[/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]\_xscale = parcent;[/FONT][/SIZE]  
[SIZE=3][FONT=Times New Roman]}[/FONT][/SIZE]  
[FONT=Times New Roman][SIZE=3]}[/SIZE][/FONT]  
**[SIZE=3][FONT=Times New Roman]First frame-movie[/FONT][/SIZE]**[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]System.useCodepage = true;[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]stop();[/SIZE][/FONT]

[/INDENT]The codings work fine for the main page. But when this loader is added for all the other pages, it takes me only to the home page which opens by default on the main page.  
Help!:red: [/FONT]
