1/26/2012 10:48:00 AM
Title:
Adobe Air Save and Open xml without dialogue box prompt
How do I Save and Open an xml file without dialogue box prompt? I am creating an application that will save save files with an increment name ('drawing++') . I want the file to save with the name drawing1,drawing2, each time i click save btn. and open in decrement and increment order when i click openDecBTN or openIncBTN, The application is a line and shape drawing app.
2/1/2012 11:27:47 PM
you can check the following links to read and write files using adobe AIR application
http://www.flex-blog.com/reading-writing-files-in-adobe-air/
http://www.adobe.com/devnet/air/flex/quickstart/articles/xml_prefs.html
http://www.adobe.com/devnet/air/flash/quickstart/articles/building_text_editor.html