| Home : Flash : Articles, Tips & Tutorials : Backend |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
Backend Listings |
|
Total:
11 | Displaying: 1 - 10 | Pages: 12 |
|
|
Macromedia Flash and PHP
|
Website
Refer
Review It
|
Communicating with PHP (or any other server-side script) from Macromedia Flash has become much easier with the introduction of the LoadVars object in Macromedia Flash MX. Here`s a sample in which I use a MySQL database (containing friends` e-mail and phone information and a picture and caption if we have one), a PHP script to access that information, and Macromedia Flash to present it. I`ll go through each of the steps I went through to create it...
Updated: 07/01/2004
|
|
Flash Detection on IE without relying on VBScript
|
Website
Refer
Review It
|
Internet Explorer`s support of the Navigator object is limited. It seems a lot of programmers try to implement VBScript via javascript and pass variables back to the javascript. Seems cumbersome and often doesn`t work. Here`s a new way. By Mark Peterson...
Updated: 04/03/2004
|
|
|
|
Data Binding in Flash MX
|
Website
Refer
Review It
|
In the past, adding data to a Flash movie was straight-forward, however, with the introduction of the new Flash UI Components, data binding has become significantly more complex. With components ranging from simple list boxes to trees and calendars, it would seem that there must be a hundred different ways to bind data in Flash MX. Fortunately there are several tools to make your life easier and to make Flash MX a true rapid application development environment. Topics Include: - Using the DataProvider class - Using the DataGlue class - Methods for adding non-recordset data to components By Ben Johnson...
Updated: 04/03/2004
|
|
Installing Apache 2.0, PHP 4.2, MySQL 3.23, and PHPMyAdmin
|
Website
Refer
Review It
|
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. By Jeffrey F. Hill...
Updated: 04/03/2004
|
|
|
Loading variables from a text field and Editing/Updating the values via Perl
|
Website
Refer
Review It
|
This tutorial basically shows you how to load variables into a Flash movie (Been there done that - what`s new) In the same movie you can also edit those same variables and have them be displayed within the Flash movie immediately. By using a really simple Perl script you can update the variables with one simple button click. In this way you can have information passed to your movie dynamically and update that information at anytime. By Jeffrey F. Hill...
Updated: 04/03/2004
|
|
|
|