I am new to flash but learnt a lot with this cool site extremly simple.
I am working on a scorecard getting data from xml to flash.
I have a lot of doubts :
How do i call all nodes in flash from xml below(Not able to call all)
How do i create a container and display in a loop.
Xml file gets frequently updated can i set refresh time in flash for xml ???
Please help i am new in flash.
I am giving u a sample xml …:beam:
i have a lot of doubts.
- <match>
- <scorecard>
<bteam>a</bteam>
<boteam>b</boteam>
<inn>1st Innings</inn>
- <bat>
<bn>x</bn>
<bd>c z b w/bd>
<br>38</br>
<bm />
<bb>50</bb>
<b4>6</b4>
<b6>0</b6>
</bat>
- <bat>
<bn>123</bn>
<bd>c 1 b 2</bd>
<br>50</br>
<bm />
<bb>82</bb>
<b4>6</b4>
<b6>0</b6>
</bat>
-[URL=“http://www.kirupa.com/forum/#”]
- <bat>
<bn />
<bd />
<br />
<bm />
<bb />
<b4 />
<b6 />
</bat>
<extra>b 0,lb 8,w 7,nb 0</extra>
<total>(2 Wickets ,46.5 overs, mins) 287</total>
- <fow>
<run>69</run>
<bname>1234</bname>
<over>14.6</over>
</fow>
- <fow>
<run>141</run>
<bname>222</bname>
<over>30.2</over>
</fow>
- <bo>
<n>123</n>
<o>8.5</o>
<m>0</m>
<r>65</r>
<w>1</w>
<WD>3</WD>
<NB>0</NB>
</bo>
</scorecard>
</match>