# Preloader - blank page, shows up too short

**URL:** https://forum.kirupa.com/t/preloader-blank-page-shows-up-too-short/155497
**Category:** Uncategorized
**Created:** [July 18, 2005, 12:13pm UTC](https://forum.kirupa.com/t/preloader-blank-page-shows-up-too-short/155497 "2005-07-18T12:13:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hoteurochick](https://avatars.discourse-cdn.com/v4/letter/h/6f9a4e/32.png) [@hoteurochick](https://forum.kirupa.com/u/hoteurochick)
#### Post date: [July 18, 2005, 12:13pm UTC](https://forum.kirupa.com/t/preloader-blank-page-shows-up-too-short/155497/1 "2005-07-18T12:13:03Z")

</div>

I have a simple preloader that has to preload a movie with attached sound.  
This sound is “exported for AS” on first frame. Problem:  
preloader does not show up at the beggining of the movie, instead i have a **blank** page, and then a **second** only of preloader , and then movie and sound start to play…

Could you please tell me how to fix it? is there sth about that sound into a first frame?

I use that kind of code for attached sound:

x = new Sound();  
x.attachSound(“music1”);  
x.start(0, 5);
