Search results with xml?

Hey, I need a bit of help here. I have a search form with a text variable name called **query. I am using the getURL **on a button, somethings like

getURL("http://url.com/?query="+query) 

This works great and I get returned results in the browser from what ever I searched for in the form.

I have now been presented with a similiar URL that spits out xml results, that I have to use. The results will obviously now happen within the flash.

Help.

I know how to l load xml into flash. But how do get the results from the search form to another dynamic textbox.

The URL looks something like this

**http://url.com/?query=nike **
Returns a page full of nike results in an xml format

Any threads or help would be MUCH appreciated !!!

KFD :slight_smile: