Jun 23, 2008 #1 czarnalalka Technical User Joined Jun 23, 2008 Messages 1 Location PL How to make from whole animation link to another page? I want to have a macromedia flash animation as a button plz hlp
How to make from whole animation link to another page? I want to have a macromedia flash animation as a button plz hlp
Jun 26, 2008 #2 draigGoch Programmer Joined Feb 10, 2005 Messages 166 Location GB Create an invisible button covering your stage, and add an relevent event to the button to this ... A computer always does what you tell it to, but rarely does what you want it to..... Upvote 0 Downvote
Create an invisible button covering your stage, and add an relevent event to the button to this ... A computer always does what you tell it to, but rarely does what you want it to.....
Jun 26, 2008 #3 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Or, on the first frame, add the following... this.onMouseDown = function(){ getURL("http://www.google.com/", "_blank"); // Or "_self"... }; Regards. FLASH HELP - OPENED FOR BUSINESS! TO GET YOUR OWN FREE WEBSITE HOSTING Upvote 0 Downvote
Or, on the first frame, add the following... this.onMouseDown = function(){ getURL("http://www.google.com/", "_blank"); // Or "_self"... }; Regards. FLASH HELP - OPENED FOR BUSINESS! TO GET YOUR OWN FREE WEBSITE HOSTING
Jun 26, 2008 #4 draigGoch Programmer Joined Feb 10, 2005 Messages 166 Location GB or that! Why didn't I think of that? A computer always does what you tell it to, but rarely does what you want it to..... Upvote 0 Downvote
or that! Why didn't I think of that? A computer always does what you tell it to, but rarely does what you want it to.....