Actionscript 3 Datastructures
This morning I came across a interesting AS3 implementation of the common known data structures.
The download comes with a few interesting classes that can be very helpfull on Actionscript projects:
This morning I came across a interesting AS3 implementation of the common known data structures.
The download comes with a few interesting classes that can be very helpfull on Actionscript projects:
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.
Read More…