Hi all

I'm using Google Maps API through adobe flex, I checked the tutorial
that generates XML Using PHP/MySQL"http://code.google.com/apis/maps/
articles/phpsqlflex.html",which by the way I want to Thank Pamela Fox
for the tutorials and for the codes.

adobe flex is able to generate XML code through PHP, it gives me
to ,search, insert,update,edit, delete, and my database is depending
on it, and Flex XML formulas is different than the tutorial, "i have
the same table like in the tutorial"
in flex when generate XML file, it display like this
--------------------------------------------------------------------------------------------
- <response>
- <data>
- <row>
  <id>1</id>
  <name>Ahmad</name>
  <address>The Palm - Dubai</address>
  <lat>25.006906</lat>
  <lng>-54.987859</lng>
  </row>
  </data>
- <metadata>
  <totalRows>1</totalRows>
  <pageNum>0</pageNum>
  </metadata>
  </response>
--------------------------------------------------------------------------------------------
and in the tutorial..it looks like this....
--------------------------------------------------------------------------------------------
<markers>
<marker name="Pan Africa Market" address="1521 1st Ave, Seattle, WA"
lat="47.608940" lng="-122.340141" type="restaurant"/>
<marker name="Buddha Thai & Bar" address="2222 2nd Ave, Seattle, WA"
lat="47.613590" lng="-122.344391" type="bar"/>
<marker name="The Melting Pot" address="14 Mercer St, Seattle, WA"
lat="47.624561" lng="-122.356445" type="restaurant"/>
<marker name="Ipanema Grill" address="1225 1st Ave, Seattle, WA"
lat="47.606365" lng="-122.337654" type="restaurant"/>
<marker name="Sake House" address="2230 1st Ave, Seattle, WA"
lat="47.612823" lng="-122.345673" type="bar"/>
--------------------------------------------------------------------------------------------
all what i want is search for address, display it on datagrid and
finally appers to Google map in flex with XML generator.
i tried and tiered to modify the xml marker code and put it on flex
xml code...is there way to solve it out!
thanks for your time and sorry for any waste of your time that I've
caused.

regards;

Ahmad
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to