I want to create file links in my flash site so that when you click on the text I can download the file linked to that link that I get from my XML file. I've reached the point where I dont care how it is done (in a listbox, dynamic text, creating and linking a button to the link or WHATEVER) I JUST WANT IT TO WORK!!!!!! The XML nodes needs to be as follows:
<sermons>
<sermons date = "dd/mm/yy" title = "text title" url = "/sermons/filename.mp3" />
</sermons>
ANY HELP WILL BE VERY, VERY MUCH APPRECIATED!!