Related Tutorials
Dynamic Multiuser Login WITHOUT any php, perl, txt etcThis is "Part A - Multi username and password login" in a series of three. This is a flash mx / 2004, dynamic multi user login, which does not use any database, perl, php, txt file, js, cgi etc.
Making a Simple Login
This tutorial shows the most basic way to create a user login interface using nothing but flash and its components.
Create a Simple Login Form
Ever wanted to create a simple login form for you flash movie or site, well, check this one out!
mySQL and PHP - Login and Registration - Saving Movie Clip ('s) Position
For this Tutorial you will have to have some basic knowledge of PHP and mySQL, hopefully you won't need much though. It is also assumed that you have a good understanding of Flash 5 Actionscript. What this tutorial basically does is to show you how to set up a table in a mySQL database, then using PHP (or asp with a few minor changes) manipulate that table and interact with Flash.
Easy Flash Login
Probably one of the best ways to protect a flash page. And even a secret key combination to unlock the login details.
Flash Login (secured)
The common flash login tutorials/movies are most of the times not safe... this one is!
How to create an easy login system
In this tutorial you will learn how to create a simple login system using Macro media Flash 8.
Ultra Simple 3D Text
This Tutorial will show a simple way to achieve a 3D effect on text. It should be pretty self explanitory from the picture but for those real newbies, heres how its done.
How to Send Variables Between Flash and PHP
I had to learn a lot of this on my own via trial and error since there was little available on the net that adequately explained how it works. I'm hoping this guide will save someone the hours of hammering that I spent. Once you get a few fundamental things down, I think you will find, as I have, that a flash/PHP combination is easy to set up and offers a lot of flexibility. I included a very simple flash movie and script to go along with this guide. I recommend downloading and briefly going over all of the files before reading on.
Simple PHP Live Counter For your Flash Movie
This tutorial shows you how to create a simple counter that you can use anywhere in your flash movie. The most obvious place is for either the intro or the main part of the Flash Movie that you are working with. You can also use this in other parts of your movie as well.
How to Make Flash & PHP Talk
I had to learn a lot of this on my own via trial and error since there was little available on the net that adequately explained how it works. I'm hoping this guide will save someone the hours of hammering that I spent. Once you get a few fundamental things down, I think you will find, as I have, that a flash/PHP combination is easy to set up and offers a lot of flexibility. I included a very simple flash movie and script to go along with this guide. I recommend downloading and briefly going over all of the files before reading on.
Create a Comment Form with Flash, PHP, XML and MySQL
In this tutorial, I'll show you how to use Flash, PHP and MySQL together. We'll build a simple comment form that takes entries and stores them in a database. We'll use PHP to retrieve the entries and format the comments into XML form.
Intro to PHP & Flash
This tutorial gives you some basic information about PHP and how to setup PHP to work with Flash.
Intro to PHP & Flash
This tutorial gives you some basic infomation about PHP and how to setup PHP to work with Flash.
Working With Flash MX 2004 and PHP
This tutorial is going to show you a very basic method of sending information from Flash to an external PHP script. This is merely a primer to get you working with using Flash for forms and dynamic content. The actual code for this tutorial can be used IN lower versions of Flash, but the actual process is written for Flash MX 2004.
Calling PHP Functions from Flash
This tutorial assumes that you already have expirience with PHP or other programming languages. In this tutorial I will introduce PHP's dynamic function construction in combination with Actionscript. This combination allows you to execute various tasks in Flash with only one PHP script.
Simple user name and password login
From text boxes to adding buttons and ActionScript, we will create a simple username and password fields.
Search with PHP Flash tutorial
How to combine PHP and Flash into one seamless package and create search engine of sorts that will look through a text file and return the results of that search to the Flash movie.
Making a Mail Form with Flash and PHP
There are only a few steps for sending mails through Flash and PHP.
Password login for FlashMX
Tutorial on how to make a login prompt for FlashMX.
Creating a simple Guest Book in Flash
This tutorial shows you how to create a simple Guest book in Flash. This Guest book is simple, efficient, fast, and easy to implement. Their are no complicated database or xml issues to worry about. One swf, one script, and one text file. Put it together and you'll have a great Guest book for your site. In this example we use a PHP script but after you understand how it works it should be fairly easy to write the same script in Perl, ASP, or Cold Fusion. With a couple of modifications and some additions to the non-existent administration side you'll be able to create almost anything you want out of it.
Sending Customized Flash E-cards
This tutorial explains how to send out customized Flash e-cards to anyone you want, or allow anyone that visits your site to do the same. This tutorial will allow you to set up a much simplified version of say the online Hallmark or Blue mountain e-cards application. This tutorial was designed to be as simple as possible while still being powerful enough to be used as a commercial application. This Tutorial use's only 2 simple php scripts and it will automatically create text files to save all of your data.
Hit Counter using PHP & Flash Flash tutorial
Learn how to create a hit counter in Flash with the aid of PHP.
Basic Flash MX/MySQL chat
In this tutorial we will learn how to build a simple chat using Flash MX, PHP and MySQL. No xml socket connection needed, only a good web connection :)
Simple Preloader
In this tutorial, you're going to learn how to make a "simple preloader". The person who's going to view your flash project must receive an indication that your flash file is being loaded. Simple preloaders are useful with small-sized flash files.
Password login
This tutorial yow will learn , step by step, how to create a password login for your site.
addendum to Joseph Miller's tutorial
Joseph Miller's tutorial on 'How to Make Flash talk to PHP' probably worked flawlessly in PHP 4.0, but I had some trouble with PHP 4.3.0 Here is the updated scriptA.php
High-score list using PHP
One of the nicest things to put in a Flash game, is a top score list; a list of the top 10 players in a game, for example, adds a level of competition between players, and an aspect of interactivity to the gameserver. This tutorial uses a simple PHP script to maintain score tables (as many as you want) for different games.
setting a cookie with Flash and PHP
This will show you how to set a cookie with flash via PHP .
Easy PHP & Flash Included Live Hits Counter!
Once you're done with this tutorial, you should completely understand how PHP and Flash can be interacted, and how to make a great live hits counter for your website!.
Sending Email from Flash using PHP
This tutorial you should know if your server allows you to send mail through PHP.
Using Local Shared Objects in Flash MX: The Flash Cookies
Before Flash MX, it was pretty tricky to "remeber" the data in a Flash movie - it could be done with a standard browser cookie, which was hard to implement for someone with intermediate Flash skills, using a 3rd party script such as PHP or ASP or (in offline Flash applications) with the undocumented fscommand "save". Flash MX's Shared objects allow to store and retrieve the information within a Flash movie easily. Lets see how it works.
Basics of Flash Animation
While working in Flash you will find it really necessary to create simple animation sequences. In this Tutorial you'll learn how to create Simple Animations in Flash. In Flash, animation can be done in four basic ways:
Password Protected Sites
How to protect member areas of you site with a username and password login system using only Flash and only one keyframe, scene, and movie. Dead Easy.
Using Local Shared Objects in Flash MX
Before Flash MX, it was pretty tricky to "remeber" the data in a Flash movie - it could be done with a standard browser cookie, which was hard to implement for someone with intermediate Flash skills, using a 3rd party script such as PHP or ASP or (in offline Flash applications) with the undocumented fscommand "save". Flash MX's Shared objects allow to store and retrieve the information within a Flash movie easily.
Using Local Shared Objects in Flash MX
Before Flash MX, it was pretty tricky to "remeber" the data in a Flash movie - it could be done with a standard browser cookie, which was hard to implement for someone with intermediate Flash skills, using a 3rd party script such as PHP or ASP or (in offline Flash applications) with the undocumented fscommand "save". Flash MX's Shared objects allow to store and retrieve the information within a Flash movie easily.
Hit Counter using PHP & Flash
Learn how to create a hit counter in Flash with the aid of PHP.
Simple mask appearance
In this tutorial, you will see how to create simple mask appearance in flash, using the action script a little. You will also learn how to import an image into a flash, how to mask it, how to apply flash filters on any object and more.
Creating a Simple Flash Website
This tutorial will teach you how to create a simple flash website that has three sections. We are not going to use any advanced ActionScript and will rely only on the GotoAndPlay method to control our movie clip. You can view an example of what we're going to create in the Flash movie below.
Importing Flash into VB6, C++, c# .NET
These simple steps, you will be up and running in no time at all and impressing all of your visitors with your talents! You basically need 2 simple things: use the Flash player as a component in your project and then catch and act on the events that it is raising.

Report
Adobe Fireworks
Adobe Flash
Adobe Illustrator
Adobe Image Ready
Adobe Photoshop
3D Studio Max
Cinema 4D
Maya 3D
Microsoft Excel
Microsoft PowerPoint
Microsoft Word
Microsoft Access
MySQL
C and C++
Python
Visual Basic
.htaccess
Adobe DreamWeaver
ASP
CGI & Perl
CSS
Java
JavaScript
Microsoft FrontPage
Windows Vista
Windows 7