Creating a Full Flash Site questions

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

let say:

—meny
—portfolio
—summer

Example:

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]

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


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

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

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:-)