Loading External Data into Flash
This tutorial teaches you how Flash obtains data from External sources. You might be wondering how a flash (.SWF) file obtains data from remote files. Flash can obtain external data from:
External Text Files (*.txt)
ASP/PHP Files (*.asp,*.php)
XML Files (*.xml)
The values from these files has to be sent in format understandable by Flash. Flash Actionscript has an XML object to obtain data from XML files. The Flash player loads variables and their values from any of the remote file into its memory and then uses them as required.
Views: 577 | | by Jarry
View this tutorial