Presumably you want to store it and a database is the way to do that,
unless you want very very very few to be added text files or xml
storage..(seriously the latter is not a method)
But consider you now need

user registration - authentication (unless everyone can move all the
markers)
edit functionality
submit functionality
delete functionality...

If you have no experience with this Id suggest doing it in php and
mysql, its the start of a long road but maybe a happy one, look out
for doing this in a frame work like phpcake for example.


On Feb 26, 11:39 am, rob_ot <[email protected]> wrote:
> Hi All,
>
> I've built a simple flash/google maps movie that loads in marker
> positions and info from xml (this comes from the rss feed of an
> existing map) and displays custom clickable markers.
>
> I now want to include the ability for visitors to create a new marker
> which will subsequently appear both in my flash movie AND in the
> original google map.
>
> I'm a bit stumped on this one, my best guess is to be able to append
> the xml from which I'm getting my data for the markers somehow, but
> I'm unsure if that's possible (considering using something like
> XMLobj.appendChild(childNode))
>
> Can anyone give me a nudge in the right direction?
>
> Many thanks in advance.
>
> robbiem

-- 
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