actionscript 3 - Saving Images to a docx file using AS3 or JavaScript for a flex standalone web based app. (No back end server) -


i have standalone web based app in flex. allows take screen shots of graphs , charts. require store these multiple screen shots in docx file user can save locally. there way can in web based flex app? if not there way in javascript if pass data javascript using externalinterface? note: 1) can not switch air app. 2) cannot use server side code.

docxgenjs might (i'm creator of docxgen)

demo

demo: image replacing

githubrepo

it works on ff3+ , chrome, not ie. port flex make ie compatible version (ie doesn't work because reading of documents in ajax databytes isn't supported)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -