[AS2/CS4] xml/button issue

Hello,

I have a movie set up where flash imports an xml file, and creates movie clips for each child node.
When each clip is created with a url variable, the code looks like this:

movieThumbnail.Btn.url = url*;

and the button code is:
on(press){
flvPlayer.play(url);
}

The question I have is -
Can you do something along the lines of “movieThumbnail.Btn.url = url*”
but have it just have text data? something like “movieThumbnail.Btn.textData = textNode*;”

I’m just trying to have a description along with the video.

sounds like it should be simple, but I’ve never made something like this, hopefully someone can point me in the right direction??
Any help is appreciated!!