Question
Adding links to dynamic text with javascript
Hi, I'm building a simple menu from an XML file, and I'd like to add links to the menu items.
Something like:
root.menu_txt.text = "flowers";
root.menu_txt.link = "http://www.flowers.com";
I didn't find anything with my Google search; I'm hoping the community can help me out!
