Google map flash api guestbook
Thursday, March 18th, 2010A few months back I had a play around with the Google map flash api and built this guestbook, another example of it can been seen here.
Well I’ve not had a chance to go back and tie of some loss ends on the guestbook map though it works perfectly well.
There is 3 things that would make this complete
1. Marker clustering
2. Geocoder, some kind of quick find me button
3. Update marker position with the edit feature.
I think if you are proficient in flash AS3 you should be able to get these done in no time.
With so many other things to get on with I’ve decided to make the source available for download
.
Included are:
- Flash 9 Flash File
- Caurina tweener classes
- kharon4a_mini font
- index.html
- guestbook.swf
- AC_RunActiveContent.js
- map.php
- common.php
- but.as
- gMapEntry.as
- gMapForm.as
- guestbook.sql
- help.html
Font(s) used:
- kharon4a_mini
http://www.orgdot.com/aliasfonts/
Features include:
- Email notification upon someone signing the guestbook
- http check for urls in comments and web address fields
- badword filter check. Replaces bad word if found in an array of word to filter to ****
$changeto = ‘****’;
$message = str_replace ($badwords, $changeto, $message);
return $message; - CMS Feature that allows you to edit/delete any of the submissions
- Map will stretch to fit available screen size
All the information to get you setup and running can be found in the help file included.
The guestbook requires a server running php+mysql








