# Load= true?

**URL:** https://forum.kirupa.com/t/load-true/121113
**Category:** Uncategorized
**Created:** [August 31, 2004, 1:10am UTC](https://forum.kirupa.com/t/load-true/121113 "2004-08-31T01:10:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![malidia](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/malidia/32/684_2.png) [@malidia](https://forum.kirupa.com/u/malidia)
#### Post date: [August 31, 2004, 1:10am UTC](https://forum.kirupa.com/t/load-true/121113/1 "2004-08-31T01:10:38Z")

</div>

okay i have a scen named preload, and i want it to load an external .swf, but once it’s done doing so to move on to frame two so far i have

- 

## stop(); \_root.createEmptyMovieClip(“container”,1); container.loadMovie(“01.swf”); container.\_x = container.\_y = 0 ; if (this.getBytesLoaded() == this.getBytesTotal()) { \_root.play(“preloader”, 2); } else { gotoAndPlay(“preloader”, 1);

and this doesn’t work, i think my problem is the “if(this.getBytesLoaded()” but i am not sure how to identify if the movie is loaded, maybe with true and false? but i am not sure how i would do that, help pretty please?
