i did something simmiliar for c# 2 years ago (sans the remoting, was using xml). i never got around to using it for anything not inhouse, due to my concerns about security. being able to run sql commands like update and delete directly on a db from a spoofable client freaks me out. i was wondering how you approached this issue, or are you banking on remoting to be a unknown enough format not to be a security risk for you or your clients?
On 8/28/05, Julio Garcia Sacristan <[EMAIL PROTECTED]> wrote: > FL2MySQL is a light-weight solution to interface Flash and a MySQL > database that I would very much like to host in osFlash. > In developing RIAs I have found once and again that the only reason I > need to use some kind of remoting system is to select, update, insert > and delete information from a database. A lot of the remoting > solutions, like AMFPHP, are an overkill in this context. That is why I > decided to code FL2MySQL. With this library you can very easily > execute SQL queries on a MySQL database and retrieve, when > appropriate, mx.Remoting.RecordSet objects compatible with Macromedia > Components. Additional methods to simplify common actions like select > and updates are also provided. At the moment the project is available > from www.randomnoise.org. > I would very much appreciate if you consider this project for hosting > in OSFlash. > > Sincerely > Julio Garcia > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > -- j:pn _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
