Hello World using Flash PHP MySQL

February 23, 2010 6:10 pm Published by 2 Comments

[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%3Ahello_world.f4v&title=Videos%20by%20Peak%20Studios”]

Get Adobe Flash player

[/kml_flashembed]

In this Video Tutorial Peak Studios teaches you how to use the SELECT statement with the ActionScript 3 Flash PHP MySQL.

Use the code below to create a table in your MySQL Database:

CREATE TABLE `hello_world` (
`id` int(11) unsigned NOT NULL auto_increment,
`message` varchar(30) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

INSERT INTO `hello_world` (`id`, `message`) VALUES
(1, 'Hello World One'),
(2, 'Hello World Two');

No other code is provided for this tutorial since the Flash PHP MySQL extension creates it for you.

Categorised in:

This post was written by admin

2 Comments

  • DJ says:

    Is there a way to enlarge the Video stage in my browser?

  • admin says:

    Use Ctrl with the plus symbol and zoom in if you really need to. We have zoomed into the code for you in the video and the Flash PHP MySQL plugin makes the default coed for you.

Leave a Reply