使用 Flex/AIR HTML 组件访问 HTTPS 网站?

发布于 2024-07-10 21:10:59 字数 123 浏览 8 评论 0原文

在 Flex AIR 应用程序中使用 HTML 组件时,是否可以通过 https 访问远程页面?

我正在寻求将信用卡支付集成到 AIR 应用程序中,最简单的方法是将用户发送到嵌入到应用程序中的浏览器中的支付服务。

Is it possible to access remote pages through https when using the HTML component inside a Flex AIR application?

I'm looking to build a credit card payment integration into an AIR application and the easy way would be to send the user to a payment service within a browser embedded into the application.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡墨 2024-07-17 21:10:59

是的,根据文档,您可以:
http://livedocs.adobe.com/flex/ 3/html/help.html?content=ProgrammingHTMLAndJavaScript_05.html

尝试使用任何 https 网站:

<mx:HTML id="content">
    <mx:location><![CDATA[https://www.fldemo.nsf.gov/]></mx:location>
</mx:HTML>

Yes, according to the doc, you can:
http://livedocs.adobe.com/flex/3/html/help.html?content=ProgrammingHTMLAndJavaScript_05.html

Try with any https website:

<mx:HTML id="content">
    <mx:location><![CDATA[https://www.fldemo.nsf.gov/]></mx:location>
</mx:HTML>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文