I remember reading something about this. Check the release notes here: https://helpx.adobe.com/nz/flash-player/release-note/fp_31_air_31_release_notes.html
- Saving files to the filesystem from a Flash applet maybe that is affecting you. On Sat, Nov 17, 2018 at 9:24 AM Tucsonjhall <[email protected]> wrote: > A very odd thing happening. I use file.browseForSave throughout my > application but a new use all of a sudden doesn't work but only in runtime. > It's fine when testing in FlashBuilder. There's nothing particularly > different than other uses I have. > > fileToCreate.browseForSave( "Save File As" ); > fileToCreate.addEventListener( Event.SELECT, saveExportFile, false, 0, true > ); > > What could possibly account for it working in authoring mode but not > runtime? > > > > -- > Sent from: http://apache-flex-users.2333346.n4.nabble.com/ >
