Flash Google maps to embed
1 Comment 31st MAY 2009 | Posted by Ivan Weiler in Fun, Tools

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
To post code in comments, place your code inside [code] and [/code] tags.

















August 26th, 2009 at 12:58
thanx!