# Load external SWF - at exact moment

**URL:** https://forum.kirupa.com/t/load-external-swf-at-exact-moment/181972
**Category:** flash
**Created:** [March 14, 2006, 5:43pm UTC](https://forum.kirupa.com/t/load-external-swf-at-exact-moment/181972 "2006-03-14T17:43:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![artriste](https://avatars.discourse-cdn.com/v4/letter/a/f475e1/32.png) [@artriste](https://forum.kirupa.com/u/artriste)
#### Post date: [March 14, 2006, 5:43pm UTC](https://forum.kirupa.com/t/load-external-swf-at-exact-moment/181972/1 "2006-03-14T17:43:09Z")

</div>

Hi,

Please take a look at this file.  
[www.noistar.com/random/3d-creature.swf](http://www.noistar.com/random/3d-creature.swf)  
The action is:

stop();  
this.button1.onRelease = function(){  
play();  
};

What I would like to achieve, is that once the BUTTON1 is pressed and once the timeline has played its animation back to frame1, I would like to load an external SWF in the container. I know how to load / onRelease, but this time, I need to do it after the creature has finished it’s rotation, which is also activated by the same button.

I am planing to have many buttons doing the same thing, loading different movies.

Thanks.
