Hello, 

I have an XML file with points inside : 

<root>
        <Point>
                <x0>343</x0>
                <y0>350</y0>
                <x1>343</x1>
                <y1>359</y1>
        </Point>
        <Point>
                <x0>344</x0>
                <y0>349</y0>
                <x1>344</x1>
                <y1>359</y1>
        </Point>
</root>

I use these instructions : 

<mx:Model id="pointModel" source="Data/Pts.xml"/>
<mx:ArrayCollection id="EIMPoints" source="{pointModel.Point}"/>

How to access to the point values in an actionscript function to draw
the points ?

Thank you,
Christophe, 

Reply via email to