XML - Video Loader

I have a very “newbie” question.

I have an xml document that has an xml document like this:


<TourXML>
	<nfac>
		<buildingName>Noel Fine Arts Center</buildingName>
		<buildingType>Academic Building</buildingType>
		<textDescription>Many plays, concerts, dance performances, and art shows draw crowds throughout the year to this cultural center of campus.  In August 2003, construction started on a $26 million renovation and addition to the building.  The project remodeled significant portions of the existing Fine Arts Center and constructed a 43,400 square-foot addition to provide appropriate teaching and rehearsal space for theater, dance, music, and art and design. The American Suzuki Institute is now physically integrated into the new fine arts facility. Deficiencies in the existing building were also addressed.  The work was completed in the spring of 2005.  Click here for additional information on the project.</textDescription>
		<img>content/nfac/nfac.jpg</img>
		<video url="rtmp://flash.uwsp.edu/LRCtour/LRCFinal" desc="LRC" />
 	</nfac>
</TourXML>


When I click a button, the movieclip opens up a with all this information on it. I would like to add video but I can figure out how to call a video to load in a video component from the xml.

Any ideas?