Ive got a scrollbar, but i want the text in the dynamic text field to be used as buttons. Is this possible? Thanks in advance.
are u using the scroll componet?
I am yes. But i dont need to be… if it helps, i am happy to bung it in to flash 5 and do it caveman style.
are u loading hte text form external txt files?
nope…
are the buttons going to be hyper links ot other HTML pages or have flash button actions on them?
Sorry for all the questions jsut want to make sure exactly what u are doing.
Dont be sorry, thanks for giving me your time! It is a Flash panel that will link to HTML pages.
Perfect
Try this
I hope this is what u need.
It looks promising… tahnks a lot. just so you’re clear, this is what i’m going for. I want each line of text in the scrollbar to act as a seperate button. i think i might be asking for too much here. Probably need some frames in the html too
Wahey, i got it working. MX rocks and so do you. While we’re here, any idea on how i would target a cetain frame from these links?
I’ms sure there is a way to do it cause u can do it form a flash button. Give me a little time and i’ll test some ideas and see what comes.
LOL it is easy actualy i wasnt looking. In point # 6 of the diagram i provided it shows the target selection drop down. You cna actualy type in the name of your frame ID. So if our frame is called content jsut type in “_content” no quotations though. That should work.
I have a similar problem with getting linx in my text too except mine is externally loaded. ne suggestions
It is simple just select your dynamic text box and click the “Render text as HTML” button I point out in step 3 of my digram.
Then in your external TXT file you can now use HTML tags to format your text. So if your variable was “myText”
myText = Click <a href="http://www.sintax321.com">HERE</a> to view my site.
Would display like this in your text box at run time
Click HERE to view my site.
Thanks again. You are a very cool bean.
its np man. I’m jsut glad i could help for once. Thanks to this thread i wrote a tutorial that kirupa is putting up. You can look at the basic version
*Originally posted by sintax321 *
**It is simple just select your dynamic text box and click the “Render text as HTML” button I point out in step 3 of my digram.
Then in your external TXT file you can now use HTML tags to format your text. So if your variable was “myText”
myText = Click <a href="http://www.sintax321.com">HERE</a> to view my site.
Would display like this in your text box at run time
Click HERE to view my site. **
This doesnt work for me. why?
can u post an example FLA of what u have or of what is in your txt file.
Im having trouble targeting the frame. Ive got _content in the target box, and i have a frame named content. Do i need anyhting else, coz its not happening. My text and links are part of a movie clip… could that make a difference?
btw sintax, ive got your monkey program image as my wallpaper.