# Preloading

**URL:** https://forum.kirupa.com/t/preloading/51745
**Category:** Uncategorized
**Created:** [May 16, 2004, 4:12pm UTC](https://forum.kirupa.com/t/preloading/51745 "2004-05-16T16:12:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Dog\_E](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/dog_e/32/360_2.png) [@Dog\_E](https://forum.kirupa.com/u/Dog_E)
#### Post date: [May 16, 2004, 4:12pm UTC](https://forum.kirupa.com/t/preloading/51745/1 "2004-05-16T16:12:35Z")

</div>

Hi, I am trying to make preloder appear on the site i am creating. I did everything correctly. What i want only is the percent of the site loaded.  
I did this before lots of times. But now the numbers does not appear. But the preloader works, i mean it waits till the whole site loads and then starts the animation. Help!  
Here are the codes of the first frame, if it helps:

* * *

bytes\_loaded = Math.round(this.getBytesLoaded());  
bytes\_total = Math.round(this.getBytesTotal());  
getPercent = bytes\_loaded/bytes\_total;  
this.loadText = Math.round(getPercent\*100);  
if (bytes\_loaded == bytes\_total) {  
this.gotoAndPlay(3);  
}

* * *

Thanks
