# Percentage preloader w/load bar frame 3 problems

**URL:** https://forum.kirupa.com/t/percentage-preloader-w-load-bar-frame-3-problems/76002
**Category:** flash
**Created:** [January 13, 2005, 11:08pm UTC](https://forum.kirupa.com/t/percentage-preloader-w-load-bar-frame-3-problems/76002 "2005-01-13T23:08:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![aherrera](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/aherrera/32/300_2.png) [@aherrera](https://forum.kirupa.com/u/aherrera)
#### Post date: [January 13, 2005, 11:08pm UTC](https://forum.kirupa.com/t/percentage-preloader-w-load-bar-frame-3-problems/76002/1 "2005-01-13T23:08:35Z")

</div>

I’ve been able to set up the preloader without any problem. However, in frame three I have the following code:

```auto
loadMovie("mymovie.swf",1);

```

It almost works. After the preloader is at 100%, it just stops. The external swf doesn’t load. I’ve tried putting play(); at the beginning of it but it didn’t help.

This is crucial since I need to be able to load external swfs via buttons once the first swf loads.
