Rodrigo26 Posted October 24, 2011 Report Share Posted October 24, 2011 (edited) É possível retornar algum dado após o uso flash.net.FileReference.upload na mesma páginça ou em outra?Ou para o próprio objeto flash?Obrigado, Edited October 24, 2011 by Rodrigo26 Quote Link to comment Share on other sites More sharing options...
0 Anti-puff Posted November 22, 2011 Report Share Posted November 22, 2011 Tente:file.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA, completeHandler);file.upload(uploadURL);function completeHandler(event:Event):void { _output.text = "completeHandler: " + event.data;} Quote Link to comment Share on other sites More sharing options...
Question
Rodrigo26
É possível retornar algum dado após o uso flash.net.FileReference.upload na mesma páginça ou em outra?
Ou para o próprio objeto flash?
Obrigado,
Edited by Rodrigo26Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.