Creating a Flash Guest Book (Part 1)

February 23, 2010 5:39 pm Published by Leave your thoughts

[kml_flashembed publishmethod=”static” fversion=”9.0.0″ movie=”../flash/flash-videoplayer.swf” width=”585″ height=”490″ targetclass=”flashmovie” salign=”t” wmode=”transparent” allowscriptaccess=”always” allownetworking=”all” fvars=”video_url=mp4%3Aguestbook1b.f4v&title=Videos%20by%20Peak%20Studios”]

Get Adobe Flash player

[/kml_flashembed]

In this part of the tutorial Guest Book tutorial learn how to use the select and insert functions (to query the MySQL database) from the PHP MySQL Panel with

  • Flash text area Component
  • 2 text input components
  • button component

In under 12 minutes this tutorial will show how to make the front end (user and customer interface) of a Flash Guest Book using the Flash PHP MySQL extension.

  • Create the Guest Book table in your MySQL database

    CREATE TABLE `gb` (
    `id` int(11) unsigned NOT NULL auto_increment,
    `name` varchar(50) default NULL,
    `message` varchar(250) default NULL,
    PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=0 ;
  • Open the Flash file provided for download.
  • Follow along with the video tutorial.

Categorised in:

This post was written by admin

Leave a Reply