hide side navigation
    5 most recent
    Web Services
    Library's
    Component's
    Applications
  Tree menu  Flex 2 Guestbook  Videobox  Simple mp3 player  Videoroom  Moving menu  Flash db board reader  Simple photo gallery  Simplecart and External Interface  Email in Flash II  Photo and Video gallery  New Store  Flash GuestBook V2  Flash-db Miniboard  ActionScript dictionary  Private chat with FlashCom  Flash Whois  An online store  Flash RSS reader  Net Tools - Whois in Flash  Flash Message Board  Flash GuestBook  Email in Flash  Sending Custom Ecards  Simple Live Counter with PHP
    Articles
 Read Full Documentation >>

By Mohsin Sumar (based on Jeffrey F. Hill v1)

This tutorial shows you how to create a simple MySQL powered Guest book in Flash that will run in any level in the movie. This Guest book is made up of one swf, one script, and one table database. You will learn how to communicate with mySQL database and using a couple of queries such as SELECT and INSERT. After you've learnt this, you'll be able to create almost anything out of it using these simple procedures.

Please, post feedback about this application or whishes for some improvement. Don't post questions!, it will be ignored.

 

The following assumes that you have PHP and MySQL up and running.

Theory:

This Guest Book works by saving the entered information into a mySQL database table. The script queries the mySQL server, retrieving a fixed amount entered information in a way that the newest entries are always first. The default fixed amount is 10 entries in order to minimize the loading time. The script outputs in a fashion that flash can read and understand, hence displaying it in flash.

 Download the Source Files
- be sure to check the message board for help/support.

 

Find usefull? Donate to the author