1

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

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

4

1 回答 1

0

是的,根据文档,您可以: 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>
于 2008-12-04T18:01:18.667 回答