jasonc Posted September 20, 2009 Share Posted September 20, 2009 i have tried to add an action to a background but this did not work it just opens the URL on load of the flash movie. how do i get it to open only if clicked on the flash movie. Quote Link to comment https://forums.phpfreaks.com/topic/174872-on-click-anywhere-within-flash-takes-visitor-to-url/ Share on other sites More sharing options...
ricmetal Posted October 3, 2009 Share Posted October 3, 2009 if you're not going to have any other buttons besides the "click anywhere" create a button with the same size of the flash movie and place the code on(press) { getURL("http://www.genuine-ptcs.com"); } the button's shape should be alpha 0% so you can see the background if you're going to have more buttons on the stage then you have to look into mouse events Quote Link to comment https://forums.phpfreaks.com/topic/174872-on-click-anywhere-within-flash-takes-visitor-to-url/#findComment-929652 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.