Need Help Linking Text To Pages/Download

Hey guys,

I’ve been working on my first flash site. Right now my problem is that my site uses dynamic text boxes with scroll bars. What i want to do is make one word within the text link to another page or download. To explain what i mean it might help to check out my site so far. http://www.pickband.com/flashhome.htm

The only pages up right now are home, news, and tour. When i make the media section i want to include a dynamic text box with scroller like the pages i already have up. I’m going to write in the names of songs and I want it so that when the user clicks on the song name, the download window will pop up and they can download that song from our server. Also, in the bios section, the text box is going to list the names of the members so when they click on the name i want the main page to change to that members personal page.

Make sense? I tried looking through the tutorials but they also seem to focus on buttons, and when i’ve tried using the get url action, it doesnt link the single word, it just automatically opens the page i was trying to link to in a new window. Any help would be greatly appreciated. Thanks!

if the text is loaded dynamically then just use the

<a href="http://whatever.com" target="_blank">Text</a>

put that in your text file and make sure your dynamic text box has HTML enabled…

how does that distinguish what word in the text field is the word that the user clicks to get to the next page or download a file?

nevermind jubba, i think i figured that part out, i found a different tutorial to help explain what u wrote and i think i got it now, i’ll try in the morning. thanks!