浏览器和本地应用程序之间的通信
本地 Air(actionscript3) 应用程序的窗口是否有可能自动与浏览器窗口对齐?因此,我可以通过 actionscript 访问浏览器的位置/大小吗? (在苹果机上) 常见的方法有哪些?
Is it possible that a window of a local Air(actionscript3)-application is automatically being aligned to a browser window? Can I therefore access the position/size of a browser through actionscript ?
(on a Mac)
What are common approaches?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您需要对齐到某个页面并且可以在那里放置一个 swf - 这是可能的:浏览器中的 swf 必须调用外部 js 来了解浏览器窗口的位置和大小,然后通过
将其传递给独立应用程序本地连接
if you need to align to a certain page and you can place an swf there - it's possible: an swf in a browser will have to call external js to know the browser window position and size and then pass it to standalone app through
LocalConnection