# Preloader problem

**URL:** https://forum.kirupa.com/t/preloader-problem/39884
**Category:** Uncategorized
**Created:** [January 12, 2004, 4:25pm UTC](https://forum.kirupa.com/t/preloader-problem/39884 "2004-01-12T16:25:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ichido](https://avatars.discourse-cdn.com/v4/letter/i/43a26b/32.png) [@ichido](https://forum.kirupa.com/u/ichido)
#### Post date: [January 12, 2004, 4:25pm UTC](https://forum.kirupa.com/t/preloader-problem/39884/1 "2004-01-12T16:25:51Z")

</div>

it was weird.i have my preloader seen to start appear when the % run until 31% and it took nearly 9 second to show up the preloader…can anyone tell me wat the problem

I have apply the follow scripts

bytes\_loaded = Math.round(\_root.getBytesLoaded());  
bytes\_total = Math.round(\_root.getBytesTotal());  
getPercent = bytes\_loaded/bytes\_total;  
\_root.barLoad.\_width = getPercent_100;  
\_root.percentage = Math.round(getPercent_100)+"%";  
if (bytes\_loaded == bytes\_total) {  
gotoAndStop(“home”, 3);  
}
