简体   繁体   中英

AS3 - Flash to AIR - ExternalInterface

I have a flash project that I am trying to convert to Adobe AIR to be compatible with steam. The flash project uses ExternalInterface calls into Javascript that embeds the swf that are essential to the app (PHP logins, Facebook interactions, etc).

What are my options for getting around a lack of ExternalInterface when using Adobe AIR?

You need to re-implement all this features (login, social network integration) without ExternalInterface. I think, you need to use Steam API for much part of this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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