# Creating a Full Flash Site questions

**URL:** https://forum.kirupa.com/t/creating-a-full-flash-site-questions/57208
**Category:** flash
**Created:** [July 11, 2004, 11:39am UTC](https://forum.kirupa.com/t/creating-a-full-flash-site-questions/57208 "2004-07-11T11:39:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![simonsebergsen](https://avatars.discourse-cdn.com/v4/letter/s/a3d4f5/32.png) [@simonsebergsen](https://forum.kirupa.com/u/simonsebergsen)
#### Post date: [July 11, 2004, 11:39am UTC](https://forum.kirupa.com/t/creating-a-full-flash-site-questions/57208/1 "2004-07-11T11:39:12Z")

</div>

the “Creating a Full Flash Site” doesnt cover under meny.

let say:

—meny  
—portfolio  
—summer

Example:

[http://www.frontdesign.se/](http://www.frontdesign.se/)

i wold like simlilar interface.

and how can i make a flash button open html.  
I want to make the meny flash and the content html.

thanks for any help :hugegrin:  
[COLOR=Blue][http://www.sebergsen.com/[/COLOR]](http://www.sebergsen.com/%5B/COLOR%5D)

---

<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: [July 11, 2004, 12:11pm UTC](https://forum.kirupa.com/t/creating-a-full-flash-site-questions/57208/2 "2004-07-11T12:11:51Z")

</div>

u mean u want to make a flash button that links to a html site ?

---

<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: [July 11, 2004, 1:31pm UTC](https://forum.kirupa.com/t/creating-a-full-flash-site-questions/57208/3 "2004-07-11T13:31:24Z")

</div>

```auto

on(release) {
    getURL("http://www.yoursite/whatever/whatever.html", "_self");
}

```

for more on getURL, check : [http://www.kirupa.com/developer/flash5/buttonlink.htm](http://www.kirupa.com/developer/flash5/buttonlink.htm)

---

<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: [July 12, 2004, 8:01am UTC](https://forum.kirupa.com/t/creating-a-full-flash-site-questions/57208/4 "2004-07-12T08:01:47Z")

</div>

Sounds great;)

but i have troubles doing this in flash MX. ("\_self)  
There are no fancy  
"Once you select Get URL, you will see the **current Object Actions window** display the various fields for creating and modifying a URL (Uniform Resource Locator)."

Any tips? thanks for helping I:-)
