# What is that white screen !?

**URL:** https://forum.kirupa.com/t/what-is-that-white-screen/13529
**Category:** Uncategorized
**Created:** [February 14, 2003, 8:53am UTC](https://forum.kirupa.com/t/what-is-that-white-screen/13529 "2003-02-14T08:53:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![maggots213](https://avatars.discourse-cdn.com/v4/letter/m/d26b3c/32.png) [@maggots213](https://forum.kirupa.com/u/maggots213)
#### Post date: [February 14, 2003, 8:53am UTC](https://forum.kirupa.com/t/what-is-that-white-screen/13529/1 "2003-02-14T08:53:51Z")

</div>

why is there a white screen before my flash starts ?  
please help !!!

my site im talking about :  
www.commit.com.sg/main.htm

mal

---

<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: [February 14, 2003, 8:59am UTC](https://forum.kirupa.com/t/what-is-that-white-screen/13529/2 "2003-02-14T08:59:21Z")

</div>

It seems that your preloader isn’t kicking in fast enough so that’s why you see that white screen.

---

<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: [February 14, 2003, 9:01am UTC](https://forum.kirupa.com/t/what-is-that-white-screen/13529/3 "2003-02-14T09:01:58Z")

</div>

i am using this :

total\_bytes = \_root.getBytesTotal();  
loaded\_bytes = \_root.getBytesLoaded();  
remaining\_bytes = total\_bytes-loaded\_bytes;  
percent\_done = int((loaded\_bytes/total\_bytes)\*100);  
bar.gotoAndStop(percent\_done);  
ifFrameLoaded (“startup”, 150) {  
gotoAndPlay(“startup”, 1);  
}

as my preloader, is it not fast enough ? is there anything i can do about it ?
