gpt4 book ai didi

actionscript-3 - 使用加载器在 Flash 10 中加载 .bmp(位图)和 .tiff 文件

转载 作者:行者123 更新时间:2023-12-04 06:59:26 26 4
gpt4 key购买 nike

我正在使用 Flash 10 开发图像上传器。
我正在使用 FileReference对象浏览图像和加载器显示图像:

示例代码:

var tempFileRef:FileReference = FileReference(ev.target);
var oLoader:Loader = new Loader();
oLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onImageLoad);
oLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, onIOError);
oLoader.loadBytes(tempFileRef.data);

它适用于 .jpg .gif 文件,但是当我浏览 .bmp 或 .tiff 文件时,出现错误:
Error #2124: Loaded file is an unknown type.

有没有办法从桌面加载和显示浏览的 .bmp 图像?

谢谢

最佳答案

关于actionscript-3 - 使用加载器在 Flash 10 中加载 .bmp(位图)和 .tiff 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2106195/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com