Dec 26, 2005 #1 debitproductions Technical User Joined May 26, 2005 Messages 6 Location CA I would like to create a button after my animation finishes to link to my main page, What would be the best, easiest way to link a button to a URL
I would like to create a button after my animation finishes to link to my main page, What would be the best, easiest way to link a button to a URL
Dec 26, 2005 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA my_button.onRelease = function(){ getURL("http://www.yourDomain.com/your_index.html/", "_self"); } Regards. Affiliate Program - Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLAS Upvote 0 Downvote
my_button.onRelease = function(){ getURL("http://www.yourDomain.com/your_index.html/", "_self"); } Regards. Affiliate Program - Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLAS
Dec 26, 2005 #3 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Signature test! Regards. Affiliate Program - Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASKI Upvote 0 Downvote
Signature test! Regards. Affiliate Program - Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASKI