hey i got a template , and the header is flash , so i wanted to change what the header buttons say , so i opened the fla file and changed it , but now when i click on any of the menu buttons it doesnt link to its page anymore, so basicly what i wanna know is...how do i link a menu button to an html page? thx
Select the button and Press F9 or just go to the actions menue. Paste this code in (changing google to w.e site you want) on (release) { getURL("http://www.google.com/","_self","GET"); } hope it helps dja