Hello guys!
I have a little problem:
I want to make a "news bar" ...something like CNN television(in the lower
part of the screen there is a bar where the news is showing up).
The problem is that i want to read the data from an xml document.
My xml document will look something like this:
<flights>
<f Destination="MADRID" Price="145"/>
<f Destination="PARIS" Price="130"/>
<f Destination="BUCHAREST" Price="110"/>
</flights>
...and so on
In flash i want this data to appear something like this:
MADRID 145 :: PARIS 130 :: BUCHAREST 110
and the flash movie to update the data read from the xml document.
Any suggestion will be appreciated. Regards,
Dragos.
I have a little problem:
I want to make a "news bar" ...something like CNN television(in the lower
part of the screen there is a bar where the news is showing up).
The problem is that i want to read the data from an xml document.
My xml document will look something like this:
<flights>
<f Destination="MADRID" Price="145"/>
<f Destination="PARIS" Price="130"/>
<f Destination="BUCHAREST" Price="110"/>
</flights>
...and so on
In flash i want this data to appear something like this:
MADRID 145 :: PARIS 130 :: BUCHAREST 110
and the flash movie to update the data read from the xml document.
Any suggestion will be appreciated. Regards,
Dragos.
![dragos.jpg](http://www.inwww.ltd.uk/dragos.jpg)