Hello all,

I know that most of you know how to do this, however I've never tried, and don't really understand how the book explains it.

I have an XML file filled with strings I need to use in flash.

ex:
Code:
[XML]
[MAIN]
[TEXT]This is one[/TEXT]
[TEXT] This is two[/TEXT]
... continued
[/MAIN]
[/XML]
(with all the "["'s replaced with "<"'s)

Now what I want to do is to dynamically load randomlly load one of these strings into my dynamic text box!
Can someone explain how to randomally get the strings from the xml? mostly how to get them though, I can do the random stuff.

Thanks in advance!!