Tagged Questions
2
votes
2answers
575 views
Flash 10: How to stream data to a local file?
I need something like FileStream class in Adobe AIR, but needs to work in Flash Player.
I know there is FileReference#save(), but it can only save the whole file at once, which does not work if the ...
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 ...