Adobe Flash Backend Integration tutorials
This tutorial gives you some basic infomation about PHP and how to setup PHP to work with Flash.
Related Tutorials
Intro to PHP & Flash
This tutorial gives you some basic information about PHP and how to setup PHP to work with Flash.
Flash MX Skip Intro
A short discussion on the pros and cons of the Flash intro. We also develop a clever "skip intro" button and explain the advantage of sharing resources between your Flash files.
Skip Intro
Add "Skip Intro" button to larger Flash animations so inpatient or dial-up users can go straight to your home page by using Flash Designer.
Flash Intro Effect
Learn how to create a simple flash effect for your intro.
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.
Hit Counter using PHP & Flash Flash tutorial
Learn how to create a hit counter in Flash with the aid of PHP.
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.
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!.
Hit Counter using PHP & Flash
Learn how to create a hit counter in Flash with the aid of PHP.
Intro to Flash
After you install the Macrodedia FlashMX2004(or professional version), open it, and there are the following things you'll need to know before starting to work on.A complete document to introduce flash and learn the basic flash elements, learning what flash is, how to make animation with basic knowledge, understand the flash environment.
Flash Intro Tutorial
Learn how to design your first flash introduction!.
Sunlight
The effects are everywhere. You can see it on flash header, intro, flash animation, flash menu....everywhere. Exactly that's the reason why I would teach you how to create special and advanced sunlight effect using Action Script.
Intro Flash CS3 part2
Intro Flash CS3 part2.
Intro Flash CS3 part1
Intro Flash CS3 part1.
How to Embed Flash Intro in HTML
There are several methods of embedding Flash elements into HTML pages.
Intro. to Flash MX Design
Ok, im going to attempt to write a tutorial on using 'Macromedia FLASH MX' for Windows. Im using Windows ME, And I also use Windows XP and I dont think the program differs between Windows OS'. However, MACINTOSH maybe different. Also, if you're using Linux/Unix - I dont even know if macromedia makes FLASH for that OS. But be sure to check and make sure.
How to make date & time appear in Flash MX!
This tutorial will explain how to add the time & date in Flash MX.
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.
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.
Ultra Simple PHP Flash Login
Using flash, php and mySQL databases this tutorial shows you how to make a simple flash login screen where users must register their own username and password and then login.
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.
Clipping Paths
This tutorial was written for the Flash Designer software, Intro or Outro animation effect can use additional clipping path.
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
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.
Playing Background Loops Continuosly Across Scenes
This tutorial is designed for newbie and intermediate Flashers. You'll need a basic understanding of Flash to complete this tutorial such as the tools palette, creating buttons, assigning actions to buttons & keyframes, and importing & exporting files.
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.
setting a cookie with Flash and PHP
This will show you how to set a cookie with flash via PHP .
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.
Macromedia Flash 4 & 5 Tips
In this Tutorial you will learn the very essential, and not that essential tips for Macromedia Flash 5 (Also 4). The tutorial has been split into four parts: Drawing, Animation, Tracing and Optimizing. Flash 5 and Flash 4 are packed with features for keeping your file sizes down and here you will learn how. Please feel free to email me for further questions.
How To Create & Add A Simple Mask
you will learn the following:How to create and use a fill shape as a mask in Flash,How to preview a mask in Flash,How to use the timeline window to animate the mask in Flash.
Basics of Using Text in Flash
This Tutorial explains the basics of Text in Flash. In Flash there are 3 types of Textboxes - Static, Input & Dynamic. Static text are used for titles, labels, or other text content that appears in a flash document by default. Input text options are used for user interactivity like obtaining username or other information in a Flash form. The third type of text is a Dynamic text, that are used to display text that changes dynamically at runtime.
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.
Pictures transformation
This tutorial will teach you how to create a pictures transformation using Blur Filters Effect in flash 8. You can use this tutorial for some presentation, intro....
Drag & Drop In Flash
Dragging and dropping is used everywhere. Not only in general file moving and placing, but also within games. It my be necessary to move a certain item elsewhere for a puzzle or adventure game. We're going to take a look at the basics of dragging and dropping in Flash. It is a very simple effect to conquer. It only requires a few lines or Actionscript to work, and I shall explain what the Actionscript is telling Flash to do. If you would like to see an example of what you can create, click here.
Flash, Javascript & Media Player ActiveX
An example of how to interface Flash with an ActiveX component using javascript, FScommand and Get Url to create a Flash control panel for Windows Media Player.
Starting & Stopping Movieclips in Flash Flash tutorial
In this Tutorial you'll learn how to control Movieclips using simple Actionscript code.
 
Categories