how to link?

  • nrsh_ram
  • Novice
  • Novice
  • No Avatar
  • Joined: Jan 23, 2008
  • Posts: 30
  • Loc: malaysia
  • Status: Offline

Post January 25th, 2008, 9:59 am

i create a website, n some buttons i create use flash....but the buttons no work out, if i click on that buttons no respond... wer i need put the coding of linking?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 25th, 2008, 9:59 am

  • Abelius
  • Proficient
  • Proficient
  • User avatar
  • Joined: Sep 17, 2004
  • Posts: 260
  • Loc: Miami Beach, FL, USA
  • Status: Offline

Post January 25th, 2008, 10:03 am

Do the buttons have an instance name? You can check if they do in your "Property Inspector"

If the answer is yes, then do like this:

Code: [ Select ]
yourButton_btn.onRelease = function() {
getURL("http://www.WhereverYouWantItToGo.com", "_blank")
}
  1. yourButton_btn.onRelease = function() {
  2. getURL("http://www.WhereverYouWantItToGo.com", "_blank")
  3. }
Cordially,
Abel K - Miami Beach, FL, USA
http://www.worldkit.com

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 35 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.