Related Tutorials
Introduction to SWF and FlashSWF is the file format used by Macromedia Flash to deliver graphics, animation and sound to users on the Internet. Flash enables you to provide a very rich and dynamic interface to the user. Almost 90% of web users can view SWF content without having to install a browser based plug-in, and over 200 million people have downloaded the Flash player.
Creating a Mail Form with PHP and Flash
In this tutorial we are going to show you how to create a contact form within flash and send it using PHP.
Build a User Login Flash Widget
This chapter teaches shows how to utilize user management within a Flash application by building a User Login Flash widget. One of the most important aspects of the Drupal CMS is its ability to manage its users and protect the content of that site using a permission-based role system. (install acrobat reader to view this tutorial)
Creating a Guestbook using Flash and PHP
An advanced use of PHP and MySQL to manage a Flash guestbook.
Saving Movie Clip Positions with PHP and MySQL
Good understanding of Flash Actionscript is required to complete this tutorial. 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.
Installing Apache 2.0, PHP 4.2, MySQL 3.23, and PHPMyAdmin
This article shows you how to setup, configure, install, and use the Apache 2.0 web server, PHP 4.2.0 scripting langauge, PHPMyAdmin, and that latest MYSQL DBMS Database MySQL 3.23 on a Windows machine so you can easily test your dynamic Macromedia Flash content in a server environment. Making it easy to test on your local laptop/desktop. A Flash application using these tools is also detailed.
Creating a Mail Form with PHP and Flash - Part 2
This tutorial will explain how to Creating a Mail Form with PHP and Flash - Part 2.
Create an image gallery with AMFPHP
An advanced image gallery using flash remoting AMFPHP and GD library.
Latest Twitter Update With PHP
An alternative way to using Twitter's JavaScript and Flash approaches.
Read news from MySQL
Managing MySQL data with PHP and use them in a simple Flash MX application.
User authentication
In this tutorial we will build a Flash authentication system. User login, user registration, forget password with md5 encryption.
Get the width and hieght of an image using a function in PHP
PHP provides a function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash file(swf).
Get the width and height of an image using a function in PHP
PHP provides a function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash file(swf).
Create Thumbnail with PHP
Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
How to create a web catching program?
This tutorial walks you through on how to create "your own" content grabbing program in minutes. It'll tell you how to create connections, parse unwanted data, smoothen it out and then display it customized to your needs, using a simple yet concrete example of grabbing news from yahoo!.
Create an In-Place Editing System: One Step Further
A few months ago, you learned how to create an in-place editing system. Today, we'll take things a step further as we create a simple backend, which will allow our website to remember the changes that we've made.
How to Create Thumbnail Images using PHP
This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images and create their thumbnails.
Classes and objects in PHP
There are many ways to create programming code. One of the easiest but most powerful is to start using object oriented way to think and work. I will give you the basic how you create a class, and why.
Dynamic Image Generation with PHP
PHP lets you do a lot more than simply generating HTML content, it is also a great tool to dynamically generate images on-the-fly. For example, you can create buttons with text from a database,create grapical displays of statistics from log files,enhance business data with graphs and diagrams.This tutorial shows you how to use the GD library to dynamically create images on your site. The GD library is an external module which is accessed by a native PHP module.
How to create a basic rating system
This article shows you how to create a simple and easy to use file based rating system with PHP.
How to Create a Random Password for Users
Create an 8-character random password to send to implement into your user-management system.
Creating Calendar in PHP
In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS - calendar table.
Batch creation of thumbnails with PHP and gd
This article will explain how you create a thumbnail from an image in PHP. Furthermore you learn how to batch process a whole folder of images and create their thumbnails.
Create download link
This tutorial explains how to create a link to download a file using PHP
Open, Read and Create files
Basic methods to open, read and create file within the server. The convenience of using compressed file is pointed out.
Login System
Create a very simple php login script. This is a very easy way of creating a login page. Its for one user and it uses sessions. To create this script you need a webserver with PHP support.
Create a WebService with PEAR::SOAP
In this tutorial we will see how it's easy to create a webService using PEAR.
Contact Script
This article helps you to create a Contact form on your website. Every bit of the script is presented with easy to read instructions. As you may have seen around the internet, most sites have a contact page ... and at some point or another you may have wanted one yourself. Well this tutorial aims to show you how to create your own contact form.
How to create a basic news system
How to create a basic file based news system with integrated WYSIWYG editor.
Graphics in PHP
Most people use php to produce dynamic html, but this is not the only thing php can do. It has some graphic methods too, you can draw lines, circles, manipulate image, combine text and images (to create buttons dynamically for example), etc etc. In other words, you can create dynamic graphics as well as dynamic text.
PHP: Create images
In this tutorial we will show how to create images with PHP.
Creating Word, Excel and CSV files with PHP
In this article we demonstrate several ways to create Microsoft Word and Excel documents, and also CSV files using PHP. Learn how to create files using HTTP headers, COM objects, OpenOffice templates, fputcsv function.
Generating Images on the Fly With PHP
One of the most popular features of PHP is real-time image generation. That is, we can create a new image canvas, "paint" it, and either save it to a file, or send it directly to the browser. This article will show you how to create an image in real-time with PHP.
Create a wordpress showcase theme
This tutorial will teach you how to design a showcase theme using the wordpress default theme to show you how easy it is to create a showcase theme.
Creating files with PHP
To create a file in PHP you use the fopen function, this is the same function that is used to open files but if it does not find the file specified it will create a brand new file for you.
How to create an AJAX contact form
This tutorial shows users how to create an AJAX contact form. The form method in this tutorial is set to POST.
Upload and Resize an Image
You have created a cool contact directory and you want to allow people to upload their own photos, or you want to create an image repository which you upload images and create thumbnails out of them. Whatever it is, you need to be able to upload images and resize them.PHP has the ability to upload files such as documents or images using the multipart/form-data protocol, but how do you use this and how do you resize the images after they are uploaded?
A Twitter List Powered Fan Page
You can now create and compile a list of twitter users and make it easier for others to follow all at once. Also, at the same time, they expanded their API to include list management functionality. This allows us to use these new tools to create a widget that flips lists the other way around a fan page you can put in your sidebar, that allows your visitors to fill in their twitter name and join a specially crafted fan list in your twitter account .
Custom E-mail Form
I have to create a custom e mail sending form. He wants me to create a webform that will ask for a persons name and e mail address. Once those are input, an e mail will be sent to the persons e mail account with a thank you message .
Form Processing
One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use PHP code to make decisions based off this information to create dynamic web pages. In this tutorial we will show how to create an HTML form and process the data.

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