# Rollover buttons. I miss the old way

**URL:** https://forum.kirupa.com/t/rollover-buttons-i-miss-the-old-way/292912
**Category:** Uncategorized
**Created:** [July 20, 2009, 8:54pm UTC](https://forum.kirupa.com/t/rollover-buttons-i-miss-the-old-way/292912 "2009-07-20T20:54:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JayHunt](https://avatars.discourse-cdn.com/v4/letter/j/22d042/32.png) [@JayHunt](https://forum.kirupa.com/u/JayHunt)
#### Post date: [July 20, 2009, 8:54pm UTC](https://forum.kirupa.com/t/rollover-buttons-i-miss-the-old-way/292912/1 "2009-07-20T20:54:41Z")

</div>

I am useing thikbox code to open iframes out of flash.

import flash.external.ExternalInterface;  
button\_mc.onRelease = function() {  
ExternalInterface.call(“tb\_show”,null,“[http://www.google.com/?KeepThis=true&TB\_iframe=true&height=365&width=640](http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640)”,false);  
};  
button\_mc2.onRelease = function() {  
ExternalInterface.call(“tb\_show”,null,“[http://www.google.com/?KeepThis=true&TB\_iframe=true&height=365&width=640](http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640)”,false);  
};  
button\_mc3.onRelease = function() {  
ExternalInterface.call(“tb\_show”,null,“[http://www.google.com/?KeepThis=true&TB\_iframe=true&height=365&width=640](http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640)”,false);  
};

Now i need to make some button rollovers for my button.

I know i need to set up my timeline in the button movie clips, but how do i tell flash when i rollover button\_mc3 move on the time line.

thanks,
