# Button Control

**URL:** https://forum.kirupa.com/t/button-control/171198
**Category:** flash
**Created:** [December 2, 2005, 5:46pm UTC](https://forum.kirupa.com/t/button-control/171198 "2005-12-02T17:46:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![LondonLady](https://avatars.discourse-cdn.com/v4/letter/l/eada6e/32.png) [@LondonLady](https://forum.kirupa.com/u/LondonLady)
#### Post date: [December 2, 2005, 5:46pm UTC](https://forum.kirupa.com/t/button-control/171198/1 "2005-12-02T17:46:31Z")

</div>

Hello!

Just a quick question, I have a button which when clicked plays some animation ( this is in a new swf).

I want the button to play the short animation and a new URL page to appear…

i have no problems with the above… the only problem i have is that you only see 1 sec of the animation cause the page changes…

So my question is… how can i make the new page open after the short animation has finished playing…?

I am using the simple

on (release) {  
loadMovie(“files/tester.swf”, “container”),

to load the movie on click and i have added  
//Goto Webpage Behavior  
getURL(“[http://google.com","\_self](http://google.com)”);

what can i do so that the animation can play without being disturbed?
