It's a Flash CS3 and Actionscript 3.0 GuestBook.
Supported by PHP e mySQL , it creates a DataBase or a new Table into existing DataBase. Easy installation.
Cutomizable design, just open the FLA and let's run your fantasy.
What about security? What if I'll send some data to the script add_guest.php via browser or via other PHP script? What about spambot protection? What if the guestbook would be only for registered users? I think of a SECURE communication between Flash and PHP script....like if you want to sent your game score to your web server and prevent smart players from sending the score right away :-) like I've seen in some commercial flash games (advertisment).
Uh...it's up to me? Like you don't want to help or you don't how it could be done? I'm not asking for tutorial or implementation. I'm asking what method do you think is the most secure, I could think only of some server cookies verification. Thanks
I think the best way is to use ExternalInterface in Flash9 and call some JavaScript function, which is tied to browser's cookies, and then make an XMLHTTPRequest to the server.
Bookmarks