简体   繁体   English

AS3-Flash到AIR-ExternalInterface

[英]AS3 - Flash to AIR - ExternalInterface

I have a flash project that I am trying to convert to Adobe AIR to be compatible with steam. 我有一个Flash项目,我试图将其转换为Adobe AIR以与Steam兼容。 The flash project uses ExternalInterface calls into Javascript that embeds the swf that are essential to the app (PHP logins, Facebook interactions, etc). Flash项目使用对Javascript的ExternalInterface调用来嵌入对应用程序必不可少的swf(PHP登录,Facebook交互等)。

What are my options for getting around a lack of ExternalInterface when using Adobe AIR? 使用Adobe AIR时,如何解决缺少ExternalInterface的问题?

You need to re-implement all this features (login, social network integration) without ExternalInterface. 您需要在没有ExternalInterface的情况下重新实现所有这些功能(登录,社交网络集成)。 I think, you need to use Steam API for much part of this. 我认为,您需要在大部分情况下使用Steam API。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM