简体   繁体   English

Adobe Flex巨大图片问题

[英]Adobe Flex Huge Image Issue

I am trying to load an image of size 6000 × 8192 pixels which cleary exceeds flash platform limitation for an image. 我正在尝试加载大小为6000×8192像素的图像,该图像显然超过了图像的Flash平台限制。

I am trying which doesn't seem to work. 我正在尝试似乎不起作用。

I have had search around the internet and found few components like BitmapDataUnlimited, and BigAssCanvas but I amn't sure if I can use them for displaying a remote image as none of them seem to have a working implemented example and just the class itself. 我已经在互联网上搜索过,发现很少的组件,例如BitmapDataUnlimited和BigAssCanvas,但我不确定是否可以使用它们来显示远程图像,因为它们似乎都没有一个有效的实现示例,而只有类本身。

Any advice on this will highly be appreciated. 任何对此的建议将不胜感激。

Regards 问候

Katherine 凯瑟琳

It makes a difference which FlashPlayer you are targetting: 您要定位的FlashPlayer有所不同:

versions VS maximum bitmapsize 版本VS最大位图大小

flashplayer -9 : 2880x2880 px flashplayer -9:2880x2880 px
flashplayer 10 : 4096x4096 px Flash Player 10:4096x4096像素
flashplayer 11 : unlimited Flash Player 11:无限

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM