I am dynamically loading data from an XML file into a text box. That part I have. But I would also like to have the TextBox a URL. Is there a way to also load the URL from the XML file?
I tried textbox.url = (MyXMLInfo)xml.node.child.text());
But I get an error in the output, “Cannot create property url on flash.text.TextField”
EDIT::::::
Ok, i remembered the addEventListener, and got that working. Except how can I make it so when the mouse is over the text, it turns into the finger icon instead of the I-Bar?
Thanks