# Please help me swap this code

**URL:** https://forum.kirupa.com/t/please-help-me-swap-this-code/270208
**Category:** flash
**Created:** [September 6, 2008, 3:53pm UTC](https://forum.kirupa.com/t/please-help-me-swap-this-code/270208 "2008-09-06T15:53:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![peejay](https://avatars.discourse-cdn.com/v4/letter/p/51bf81/32.png) [@peejay](https://forum.kirupa.com/u/peejay)
#### Post date: [September 6, 2008, 3:53pm UTC](https://forum.kirupa.com/t/please-help-me-swap-this-code/270208/1 "2008-09-06T15:53:21Z")

</div>

Hi, at the moment, I have a thumbnail which loads on roll over. The code is:

attach\_thumb.bt.onRollOver = function () {  
this.\_parent.gotoAndPlay (“open”);  
loadMovie (this.thumb\_instance, this.\_parent.thumbnail.thumbContainer);

that works fine, however I’d like it load straight away without any rollover or any interaction, can you please tell me what I need to do?

THankyou in advance,
