Yes sir I saw that example but its kinda confusing. 😞
I am making a flex mobile application, and I have an xml file and it has 300 entries like this one:
<entry>
<id>#_2</id>
<name>Chalet Oberbort</name>
<type>Chalet</type>
<condition>For Rent</condition>
<region>Gstaad</region>
</entry>
<entry>
<point>46.424827 7.322059</point>
<id>#_3</id>
<name>Chalet Gr�?¼nb�?¼hl</name>
<type>Chalet</type>
<condition>For Rent or Sale</condition>
<region>Lauenen</region>
</entry>...
what i need to do is, to access that xml file and use the tag <point> for the mapPoint and the other tags for information that will be displayed in an infoWindow.
As much as possible, i want a simple code to do this but the samples and documentations that I read was very long and confusing. Please help me sir. 😞 Thanks for your time!