hey guys so I have a scrollpane in flash that loads an external XML file. I really would like to know how to get a hyper link to show up!!! I was told that I had to use CDATA…but I still cant get it to work. Heres what I have so far:
<?xml version=“1.0” encoding=“utf-8”?>
<content_data>
<entry>
<date>July 19, 2006</date>
<location>Mitchie Brusco Documentary</location>
<details>Check out the new documentary of Mitchie Brusco.</details>
<node><![CDATA[Visit <a href=“http://www.yoururl.com/”>yoururl</a> for cool stuff!]]></node>
</entry>
</content_data>