Forum Moderators: open
1. Client Send request via Ajax
2. Returned data is a .swf file stream , encoded in base64
3. I want to write this data into a local .swf file, so that i can display it in browser
I have tried to write the data directly into browser, using probably data URL scheme, WITHOUT success,
I want it to work on IE & Firefox, if possible
Please help me out guys, I'd really appreciate it
But I have no idea if you can do a simmilar thing with .swf files.<img src="data:image/png;base64,*your data here*">