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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -