actionscript 3 - FileReference.save() through javascript -
i have javascript function processes data , generates file downloaded. main browsers have native function or allow using download attribute on a tag way save file on client's disk. ie 9 , 8 (which must still support) doesn't. came mind use flash work in these cases (externalinterface.addcallback), looks need place button (https://stackoverflow.com/a/3302164), isn't there way contour , call filereference.save without click?
nope no way. security restriction in flash player.
Comments
Post a Comment