Is it possible to turn a string with base64 encoded image data into a displayable image in flash lit
Posted
by ezicus
on Stack Overflow
See other posts from Stack Overflow
or by ezicus
Published on 2010-03-05T18:36:37Z
Indexed on
2010/05/19
8:30 UTC
Read the original article
Hit count: 224
I have tried using a data URI to load the image data into a movie clip, but flash lite does not appear to support the data URI scheme.
I also thought it might be possible to base64 decode the image data and write it out to a file and load the file back into the movie clip using the file URI scheme. However, I do not see a way to write to the filesystem in the documentation. Am I missing something in the flash lite docs that would allow me to write to the filesystem?
© Stack Overflow or respective owner