PDA

View Full Version : Getting problem to Give URL in the Button



wt345
April 11th, 2009, 02:10 AM
Hi, I am web designer rite now I am making a banner in which I need to give URL
for that if somebody click on it so the particular site will open.
How cn i make
plz help!!!!!

johnb2
April 11th, 2009, 03:56 AM
Well there are many ways to do this but I'll give it a shot. I'm a novice so I hope I get it right.

Create a transparent button.
On that button add the code;

on(release) {
getURL("http://www.url.com");
}

wt345
April 11th, 2009, 04:08 AM
Thanks johnb2 !!!
I hope it will work for me.