Creating an "Image Link"?

  • wjordan1987
  • Born
  • Born
  • No Avatar
  • Joined: Jun 07, 2008
  • Posts: 1
  • Status: Offline

Post June 7th, 2008, 9:04 pm

I am having trouble creating an Image Link in flash. I looked up many tutorials, but to no avail it still does not work. This is the exact code I used.

Code: [ Select ]
imgpoweredby.onRelease=function(){
getUrl("http://www.google.com");
};
  1. imgpoweredby.onRelease=function(){
  2. getUrl("http://www.google.com");
  3. };


I just used a random web address to see if it would work. My instance name is imgpoweredby. Any help would greatly be appreciated. Thank you.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 7th, 2008, 9:04 pm

  • bozboz
  • Novice
  • Novice
  • No Avatar
  • Joined: Mar 13, 2007
  • Posts: 31
  • Loc: Brighton
  • Status: Offline

Post June 8th, 2008, 4:09 am

your not spelling geturl correctly the URL are all caps


Code: [ Select ]
imgpoweredby.onRelease=function(){
getURL ("http://www.google.com", '_blank');
};
  1. imgpoweredby.onRelease=function(){
  2. getURL ("http://www.google.com", '_blank');
  3. };


try that

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 42 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.