# Linking problems

**URL:** https://forum.kirupa.com/t/linking-problems/16668
**Category:** Uncategorized
**Created:** [March 27, 2003, 8:26am UTC](https://forum.kirupa.com/t/linking-problems/16668 "2003-03-27T08:26:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hobbs311](https://avatars.discourse-cdn.com/v4/letter/h/2acd7d/32.png) [@hobbs311](https://forum.kirupa.com/u/hobbs311)
#### Post date: [March 27, 2003, 8:26am UTC](https://forum.kirupa.com/t/linking-problems/16668/1 "2003-03-27T08:26:03Z")

</div>

After creating an “infinte menu” i’m unable to link the buttons to another flash movie. I’m trying to target the movies to also come up in the same original window. I tried the loading techniques using the “but.onPress…” method but the movie won’t show up went the site is launched…any ideas???

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 27, 2003, 8:46am UTC](https://forum.kirupa.com/t/linking-problems/16668/2 "2003-03-27T08:46:18Z")

</div>

You should link your buttons to an HTML file:

```php

on(press){
getURL("http://yourfiles.html");
}

```

It may be interesting to use popups from your menu like this:

[http://www.kirupa.com/developer/mx/centered\_popup.htm](http://www.kirupa.com/developer/mx/centered_popup.htm)

Good luck!!  
(-:
