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/
