Databases: flashPash
Simon McKenna (contact me)
flashPash is a client/server database tool designed to allow applications to easily retrieve and update information across the internet. The primary use is with Flash/Shockwave clients.
Several types of databases are supported using ADOdb abstraction library.
In a nutshell, by keeping a small amount of metadata in the Shockwave Flash client, flashPash is able to automatically generate SQL queries on the server, and send the results of those queries back to the client.
flashPash has 2 Flash MX client components and a PHP class run on the server.
XML is used for data exchange between client and server.
You can also operate flashPash in PHP by itself. Check the examples.
It is recommended that you download the installation executable (Win32) or complete Zip archive from the flashPash Web site.
Click here for detailed information about this class on phpclasses.org
Class
FlashPashComponentClass
Class
FlashPashFireflyClass
Example
Actionscript for Firefly demo
Example
PHP script for Firefly demo
Class
flashPash PHP Firefly functions
Class
FlashPashServerClass
Example
PHP script for server-side demo
Doc.
flashPash Readme File
Class
FlashPashRecordsetClass
Example
Actionscript for Recordset demo
Example
PHP script for Recordset demo
Class
flashPash PHP Recordset functions