PDA

View Full Version : how to link text into another website in flash 8


Sal
05-05-2006, 02:09 PM
can someone please tell me how to link text into another website in flash 8! that is the only thing i need to know! your help will be appreciated!

davidterranova
05-05-2006, 02:28 PM
link text into another website?

do you mean how to have a clickable link within a string?

Sal
05-05-2006, 03:38 PM
yes like if you have this on your website

you can watch the pictures here!!

i would like to put the option that when they click on the word pictures for it to send them to another webiste that i have of pics in photo site!!

davidterranova
05-05-2006, 03:40 PM
i'm confused.

Sal
05-05-2006, 04:27 PM
just like your sig
davidterranova.com

how can i do that in flash on my website

davidterranova
05-05-2006, 04:29 PM
ahh, gotcha.

you need to create a button.

on the button write this code:
on(release){
getURL("http://www.mysite.com","_blank")
}

Sal
05-05-2006, 05:39 PM
thanks but is there a way i can do it just on the words and not have to create a button