Search Flex Components Free

Custom Search

December 9, 2007

Loading data into Flash

Goals

All around this tutorial, we will explore different ways of loading data into Flash. We are involved with dynamic content. Once you have your hard code movie, is time to move to a new scenario where data comes from outside world: a file or a database, this is the door for that Macromedia calls RIA, Rich Internet Applications. Whit out dynamic data, we can't think in real applications, but when we're able to talk to server side, we're just in the beginning of a new way of doing things ...
Trough this tutorial we will move always based on the same example: loading some image, a title and a comment about it, or with multiple data. a couple of images, titles and comments. Doesn't matter which file we use to store the external data: our goal is to load this piece of info and show into our movie. Remoting example use more data since is a more faster and advanced way of doing this.

This tutorial is divided into several parts, and if you have some knowledge, you can skip parts and go right away to the method you're looking for.

1. General loading principles
2. Loading data from text files
3. Loading data from XML files
4. Loading data from databases using name/value pairs (PHP and ASP examples)
5. Flash Remoting (AMFPHP and Coldfusion examples)

Download examples files >>>

Related Flex Tutorials