you should take a look at Flash MX's SharedObject". It's similar to an HTTP cookie, but can store up to an unlimited amount of data and it serializes/deserializes complex data, which means you can directly write a recordset object to it without having to do anything other than my_sharedobjectreference.data.myquerydata_rs = myquerydata_rs in your actionscript code in order to persist it (call the SO flush() method to explicitly write data to a user's hard drive).
~Simon Simon Horwith Macromedia Certified Instructor Certified Advanced ColdFusion MX Developer Certified Flash MX Developer CFDJList - List Administrator Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570 (direct line) http://www.figleaf.com -----Original Message----- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Friday, 14 February, 2003 12:40 PM To: CF-Talk Subject: Re: Standalone CFMX/FlashMX app Thanks Benoit I'll check that out! I guess I should add that the "disconnected" app does not have to run off CFMX (not even sure if I can compile the CF code and run it offline??). So I'm open to any approach that would allow a Flash MX app to store data (in any format...doesn't have to be a DB...could be XML..flat file..whatever). The smarts to connect to the app and grab it's data can all be built on the server holding the central (connected) DB. Thanks Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] --------------------------------------------------------- Macromedia Associate Partner www.macromedia.com --------------------------------------------------------- Vancouver Island ColdFusion Users Group Founder & Director www.cfug-vancouverisland.com ----- Original Message ----- From: "Benoit Hediard" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 9:28 AM Subject: RE: Standalone CFMX/FlashMX app > Hi Bryan, > > For your information, if you just want a standalone FlashMX app with > database connectivity, you might check MDM Flash Studio Pro > (http://www.multidmedia.com/software/flashstudio/). > > They allow you to generate a "Projector" with added capabilities such as > MySQL and Access Database Support. > > "Connect Directly to any MySQL or Access Database without the need of any > serverside scripts or local IIS! > Connect directly to a database to read and write to your database! > SQL Statement support - unrivaled functionality!" > > I never used it but it looks pretty interesting. > > Good luck! > > Benoit Hediard > www.benorama.com > > > -----Message d'origine----- > > De : Bryan Stevenson [mailto:[EMAIL PROTECTED]] > > Envoy� : vendredi 14 f�vrier 2003 18:17 > > � : CF-Talk > > Objet : Standalone CFMX/FlashMX app > > > > > > Hey All, > > > > Well I'm embarking on an app that is intended to run off a local database > > with the functionality to sync with a central connected database when the > > app is connected to the Net. > > > > So I'm wondering if: > > > > 1) Anyone has any experience in this arena they'd like to share > > 2) Would a DNSless connection to the local DB be the way to go, > > or are there > > other methods/suggestions > > 3) Any issues I should be aware of when running a Flash MX through the > > standalone player? > > 4) I guess the big grey area is CF running standalone??? > > > > Lets assume Access (just for proof of concept....will probably end up as > > SQLAnywhere) > > > > Thanks to all that pitch in their 2 cents ;-) > > > > Bryan Stevenson B.Comm. > > VP & Director of E-Commerce Development > > Electric Edge Systems Group Inc. > > t. 250.920.8830 > > e. [EMAIL PROTECTED] > > > > --------------------------------------------------------- > > Macromedia Associate Partner > > www.macromedia.com > > --------------------------------------------------------- > > Vancouver Island ColdFusion Users Group > > Founder & Director > > www.cfug-vancouverisland.com > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

