如何在 adobe air 应用程序中显示本地 html 内容?

发布于 2024-11-01 23:54:57 字数 632 浏览 0 评论 0原文

我想在我的应用程序中显示本地 html 文件,但我找不到这样做。

我使用 组件及其 location 属性,但当我尝试使用 applicationdirectory 中的本地文件执行此操作时,它不起作用。

我是 adobe air 和 actionscript 的新手。

希望你能帮我找到解决办法。

谢谢

编辑:这是我的代码:

    <fx:Script>
    <![CDATA[   
        private function init():void {
            mybrowser.location = "http://www.google.com/maps";
        }
    ]]>
</fx:Script>
<fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>

I want to show a local html file into my application but I could't find to do that.

I used <mx:HTML> component with using its location property but it is not working when I try to do it with a local file which is in applicationdirectory.

I am new on adobe air and actionscript.

Hope you can hellp me out to find a solution.

Thanks

EDIT: Here is my code :

    <fx:Script>
    <![CDATA[   
        private function init():void {
            mybrowser.location = "http://www.google.com/maps";
        }
    ]]>
</fx:Script>
<fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文