# Linking a button to an internet .swf

**URL:** https://forum.kirupa.com/t/linking-a-button-to-an-internet-swf/101202
**Category:** Uncategorized
**Created:** [February 7, 2004, 12:34am UTC](https://forum.kirupa.com/t/linking-a-button-to-an-internet-swf/101202 "2004-02-07T00:34:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Nick](https://avatars.discourse-cdn.com/v4/letter/n/f9ae1b/32.png) [@Nick](https://forum.kirupa.com/u/Nick)
#### Post date: [February 7, 2004, 12:34am UTC](https://forum.kirupa.com/t/linking-a-button-to-an-internet-swf/101202/1 "2004-02-07T00:34:28Z")

</div>

I’m currently making a mini site on flash. When I click on the home button, I want a .swf from my site to be displayed in the movie box. how can I do this?

this is my script:

on (release) {  
\_root.contents.loadMovie(“ **2.swf** ”);  
}

I want the bold letters to be the link. how can I make it so the button is linked to [http://nick.0catch.com/2.swf](http://nick.0catch.com/2.swf) (the file on my site)? thx in advance.

😃
