Flash CS3 Datagrid with AMFPHP
Wade Arnold wrote an interesting article about connecting flash to a MySql database with the help of AMFPHP, flash remoting.
Displaying the huge amount of information stored in a MySql database using the DataGrid class that comes with Flash CS3. To fill a datagrid in flash through Flash Remoting, Wade points out that you need to write your own Dataprovider class to convert a AS3 Array Collection for the datagrid. Strange enough this dataprovider isn’t part of Adobe Flash.
Here are some interesting sites to look on when you want to try AMFPHP and AS3 for yourself:
- http://www.prodevtips.com/2008/07/28/amfphp-in-flash-cs3-with-as3-jquerypost-style/
- http://blog.include-digital.com/2008/05/22/amfphp-19-and-as3-class-mapping/
- http://www.flash-db.com/Tutorials/helloAS3/helloAS3.php?page=1
- http://flashenabledblog.com/2008/07/31/tutorials-as3-and-amfphp-roundup/
Related posts:
- Actionscript 3 Datastructures
This morning I came across a interesting AS3 implementation of the common known data structures.... - Let Flash use WordPress content
Last week I set up a fresh WordPress system for a client to function as a Content Managament System. This... - Customizable ComboBox (Flash CS3)
Here is an example of how to customize the font (size, style, color) for the two components List and TextField...