Using data in flash

Hi folks,

I would like to read data into Flash then depending on the data display
certain images on the stage. Is this possible in Flash.

I was thinking of using an XML file as my data source

My XML records will look like this:

<record>
<varTheCity>BELFAST-CITY</varTheCity>
<varWeather>cloud.MOV</varWeather>
<varTemps>T4</varTemps>
<varWind>SE15</varWind>
</record>

In Flash I will be displaying symbols such as “cloud.mov” or “SE15”.

I am using Flash 7.2 MX.

Many thanks,

chuk