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]
system
July 11, 2004, 12:11pm
2
u mean u want to make a flash button that links to a html site ?
system
July 11, 2004, 1:31pm
3
on(release) {
getURL("http://www.yoursite/whatever/whatever.html", "_self");
}
for more on getURL, check : http://www.kirupa.com/developer/flash5/buttonlink.htm
system
July 12, 2004, 8:01am
4
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:-)