Tagged Questions

0
votes
1answer
729 views

Flex - Can I retrieve the ByteArray from a FileReference class using Adobe Flash Player 9?

I am trying to retrieve the ByteArray from a file selected using the FileReference class so that I can pass this to a Web Service call that I am making to Sharepoint. Is there any way I can do this ...
0
votes
3answers
1k views

Load SWF Compiled for Flash 10 into Flash 9 SWF

Is this possible? I would like to have a main swf that can be viewed by users who either have flash 9 or flash 10 installed. Inside of this swf, a separate module will be loaded only for users who ...
0
votes
2answers
3k views

FileReference.save() duplicates ByteArray

I've encountered a memory problem using FileReference.save(). My Flash application generates of a lot of data in real-time and needs to save this data to a local file. As I understand, Flash 10 (as ...