Re: [flexcoders] Store HTML Files in Device

2012-03-30 Thread Margo Powell
Hi Rich, From one noob to another, check out this link on storing files locally: http://www.cultcreative.com/tutorials/11/13/2011/local-file-access-editing-for-android-and-ios/ I referenced this tutorial to aid me in copying the files to a storage directory on a device. Hope this is what you

Re: [flexcoders] Store HTML Files in Device

2012-03-30 Thread Margo Powell
Rich quick followup, This link: http://flexcapacitor.googlecode.com/svn/trunk/examples/webview/src/views/URLView.mxml really shows how you could read the file on an apple device. Android devices can not access the appDirectory files because they are apparently still zipped inside the .apk

Re: [flexcoders] Store HTML Files in Device

2012-03-29 Thread Richard Albrecht
Hi, Surely someone knows the answer to this. Help a noob:) Rich - Original Message - From: Richard Albrecht r...@ralbrecht.net To: flexcoders@yahoogroups.com Sent: Tuesday, March 20, 2012 12:39:40 PM Subject: [flexcoders] Store HTML Files in Device Hi, Have an