Hello, I am using Macromedia Flash Professional 8 To design my flash header. On my header I have made flash buttons like "home, about us..ect" How do i add in the hyperlink? Thanks (Please advise me if i posted in wrong section, I just want support on flash graphics) -james
you have to create a button and on hit action you can to point to your link - the better way to do it is convert your graphics in to a movie clip add an instance name and you add action script. name.onPress = function() { Get URL ("http://echoecho.com", window="_blank") }
Actually the Complete Script is this. on (release) { getURL("http://Your URL.com"); } or if its a frame you want the button to navigate to. gotoAndPlay(1); Where 1 is the Frame number. And if you want to go to the Next Scene, it would be. nextScene();
Well tell me something. That whether your links are all directed to some place in a single movie or are you focusing on URLs?
what's to explain ... this people gave you exactly what you need and the coding tell it all.... If there is something you don't understand you should ask for the specific question...
xavier_3D has helped me so much through pm. My problem has been resolved. THANK YOU xavier_3D I added to your reputation!! How do i get the mods to close this thread? Thanks