April 29, 200818 yr hello everybody i m designing a flash banner, and like to link the pages. When some body clicks the fading images, it should open the clicked page. thanks in advance wadheanand
May 5, 200818 yr Author Hello Which version of flash are you using? Rob hello n sorry for the late, i wasn't in the town i m back now its version 8 In the flash banner i have animated contact page, services page, and so on , so as i rollover n click on the animation it should open the desired page i like to link to contact page, services page, about us page like that. thanks
May 5, 200818 yr should be fairly easy to achieve this using actionscript select your "contact page" movie clip, open the actions editor and use the following code: onClipEvent (mouseDown) { getURL("contact.php"); } Replace "contact.php" with your "contact page" URL Haven't tested it but should work.
Create an account or sign in to comment