Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
How to Make Flash & PHP Talk
Author: Joseph Miller
| Website: http://www.indivision.net |
How It Works
Loading variables from a PHP script is very similar to loading from a text file. The main difference is that the script performs work on a separate timeline.
You can call a PHP script from a flash movie by using the LoadVariablesNum() command like so:
loadVariablesNum ("scriptA.php", 0, "POST");
Remember that your flash movie and the script are operating on separate timelines. The flash movie doesn't just stop when you make the LoadVariablesNum() command. Instead, it activates the script and keeps moving. When the script is finished operating, the data that has been printed by the script is read by the flash movie.
| » Level Intermediate |
|
|
Added: : 2001-12-20
Rating: 7.62 Votes: 168
Hits: 3647
|
| » Author |
|
Can be found at www.indivision.net.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (6 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|