Flex 应用程序内的 google 搜索页面
如何在不使用 iframe 的情况下将 google 搜索页面包含在我的 Flex Web 应用程序中。解决此问题的任何替代方法。
How to include google search page inside of my flex web application without using iframe. Any alternative way for solve this issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个:
http://drumbeatinsight.com/htmlcomponent
在 Flex 应用程序中运行 html 浏览器。
效果真的很好!
Try this:
http://drumbeatinsight.com/htmlcomponent
Runs a html browser inside a Flex application.
Works really well!
你不能。在 Flash Player 中显示完整的 HTML 存在明显的安全问题。 Adobe 坚持“它太大了,会让播放器变得臃肿”。
You can't. There are obvious security concerns about displaying full HTML inside the Flash Player. Adobe stick to the "It's too big, it would bloat the player" line though.