Flash Login using Flash PHP MySQL
February 22, 2010 5:20 pm 1 Comment[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%3AFlashLogin.f4v&title=Videos%20by%20Peak%20Studios”]
[/kml_flashembed]
In this video tutorial learn how to make a Dynamic login using the Flash PHP MySQL Database extension.
Use the code below to create a 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 ;
Download the provided code for this tutorial open the Flash file and follow along.
Categorised in: Tutorials
This post was written by admin
1 Comment