Loading .bmp (Bitmap) and .tiff file in Flash 10 using a Loader

陌路散爱 提交于 2019-11-29 08:38:19

BMPDecoder class from Spark lib: http://www.libspark.org/svn/as3/BMPDecoder/src/com/voidelement/images/BMPDecoder.as

Example of the usage: http://hi.baidu.com/leyhui/blog/item/d12be8b116ec915308230298.html

Regarding TIFFDecoder, it is still work in progress, but very promising one:

http://code.google.com/p/windowsbitmapdencoder/

No. Flash does not support .bmp and .tiff files.

Adobe Help Docs

"The bitmap image formats supported by Adobe Flash Player are GIF, JPG, and PNG."

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!