开发者

communication between browser and local application

开发者 https://www.devze.com 2023-02-10 08:57 出处:网络
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开发者_Python百科

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开发者_Python百科 actionscript ? (on a Mac) What are common approaches?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消