gpt4 book ai didi

air - 在 AIR 应用程序中显示图像

转载 作者:行者123 更新时间:2023-12-04 03:46:46 27 4
gpt4 key购买 nike

我想显示位于我的 AIR 应用程序的 app-storage 目录中的图像。此图像必须显示在 html 文本区域中,其中 html 文本来自本地嵌入式 sqlite 数据库。

当我输入以下代码时:

imageTest.htmlText = '<img src="app-storage:/demo.jpg" border="0" />';

什么都没有显示。

但是当不是应用程序存储路径时,我在网络上输入了图像的绝对 url,如下所示:
imageTest.htmlText = '<img src="http://www.example.com/demo.jpg" border="0" />';

图像显示正确。

此外,我检查了 app-storage 方法是否能够定位图像,但它只是没有显示在 htmlText 容器中。例如,以下代码显示图像:
imageTest.location = 'app-storage:/demo.jpg';

有什么建议我应该怎么做才能显示图像?我使用 Adob​​e Flex Builder 3 作为 IDE。

谢谢
维纳亚克

最佳答案

由于您将 html 作为字符串加载,因此默认情况下它不在应用程序沙箱中。您是否尝试过设置:

placeLoadStringContentInApplicationSandbox = true;

http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/html/HTMLLoader.html#placeLoadStringContentInApplicationSandbox

关于air - 在 AIR 应用程序中显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2076465/

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