# Complex Button RollOver/RollOut Effects Problem

**URL:** https://forum.kirupa.com/t/complex-button-rollover-rollout-effects-problem/225115
**Category:** flash
**Created:** [May 8, 2007, 10:55pm UTC](https://forum.kirupa.com/t/complex-button-rollover-rollout-effects-problem/225115 "2007-05-08T22:55:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![milojon206](https://avatars.discourse-cdn.com/v4/letter/m/7feea3/32.png) [@milojon206](https://forum.kirupa.com/u/milojon206)
#### Post date: [May 8, 2007, 10:55pm UTC](https://forum.kirupa.com/t/complex-button-rollover-rollout-effects-problem/225115/1 "2007-05-08T22:55:09Z")

</div>

[http://www.kirupa.com/developer/mx2004/button\_effect.htm](http://www.kirupa.com/developer/mx2004/button_effect.htm)

this tutorial is very helpful, but i am having trouble with linking the button to my movie clip container.  
In the tutorial the code is this:

[COLOR=#0000d0]this[/COLOR].[COLOR=#0000d0]onRelease[/COLOR] [COLOR=#0000ff]=[/COLOR] [COLOR=#006610]function[/COLOR]COLOR=#0000ff{[/COLOR]  
[COLOR=#0000d0]getURL[/COLOR]COLOR=#0000ff[/COLOR]; [COLOR=#0000ff]}[/COLOR]

But i want the button onRelease to load a swf into my mc\_container, but when i click the button it doesn’t load my movies. does anyone know the code i need for this button to load external swf’s into my conatiner, through this complex button?
