Ted, Did you ever post any of these class files?
Rich On 9/15/06, Ted Patrick <[EMAIL PROTECTED]> wrote:
Greg, I have been playing with a custom MYSQL Class for AS3 based on Socket. It uses flash.net.Socket to connect directly to a database natively and exchange data. flash.net.Socket is an intrinsic class within the Flash Player 9 and provides a true Binary TCP/IP Socket. TCP/IP Sockets are the basis for most DB connections including ORACLE, MYSQL, MSSQL. Flash.net.Socket is available today Flash Player 9 and is fully available within Flex. Socket also includes: read/write of AMF3 compress/uncompress using ZLIB Image data can be written to the Display List via Loader.writeBytes( ByteArray ) including native image support for SWF,GIF,PNG,JPG AS3 driver development is just a matter of time. I expect we will see the community step up and write some great drivers to allow native databaseaccess. Outside of databases I have personally seen flash.net.Socket implement the following protocols thus far: POP3, IMAP, SVN, VNC, XMPP, NNTP, AIM, TELNET, DNS, LDAP Fire up AS3, learn flash.net.Socket and flash.utils.ByteArray, and write some more protocols! Cheers, Ted Patrick Flex Evangelist Adobe Systems Incorporated
-- Rich Tretola <mx:EverythingFlex/> http://www.EverythingFlex.com

