Flash and php

suppose i receive some data from php separated by commas. Like:
a, b, new, data…
these will be in a variable say “files”. Now, i receive the var and i have to show the names of the files in a vertical list. Like:
a
b
new
data
And also they will be a link to some php file or any such thing. how to do this?
pls help.