Long time ago when Google released Google Maps API for Flash, i created small flash which i embedded on multiple sites. I thought it looks nicer that usual javascript version, maybe you will too.
Download:
gmap.rar
Embed example:
<object type="application/x-shockwave-flash" data="gmap.swf" width="620" height="400"> <param name="movie" value="gmap.swf" /> <param name="flashvars" value="key=google-key-here&lat=45.557589&lng=18.691403&zoom=15&text=<b>Inchoo d.o.o.<br />Lorem ipsum sit amet .." /> </param></object>
Flashvars:
key= Google maps api key
lat= latitude
lng= longitude
zoom= zoom amount
text= html text displayed on marker click
Demo:
I’m currently looking for source code for this on my old hard drive and i’ll update this post with flex source code as soon as i find it


thanx!
how can i implement the above code.
where i have to put this code make it accessible.
Thanks