Código :
<mx:HTTPService id="HServVidJuzgado" url="XmlFiles/VideosJuzgado.xml" showBusyCursor="true" resultFormat="e4x" />
<mx:XMLListCollection id="xmlListCollVidJuzgado" source="{HServVidJuzgado.lastResult..VIDEO.AUDIENCIA}" />
private function verVideos(event:Event):void {
HServVidJuzgado.send();
}
<mx:DataGrid width="100%" height="320.5303" wordWrap="true" id="DgVideosJuzgado" textAlign="center" dataProvider="{xmlListCollVidJuzgado}" >
