REEF
1
I’m loading some text from a textpad. The thing is there is a paragraph and it starts off like so:
“news = New R&B”
R&B means like the music type. When I use flash to load it, the “&” makes flash think B is a variable so it sort of messes up the loading.
Is there a way to put the character & in the textpad without just typing it?
–
How would I put links inside the textpad so it shows up as a clickable link in flash?
system
2
system
3
Thank you so much…I hate you :P.
–
So how do I put links in the txtpad?
system
4
Same way as html with an <a href></a> tag but make sure your dynamic text box is rendered for html.
http://www.kirupa.com/developer/mx/multiple_dynamictext.htm
Sorry if that’s not what your asking.
:to:
system
5
I tried that with a <a href=“google.com”>click here</a> in the textpad - no luck :(.
system
6
I think you need the whole path “http://www.google.com”