I'm building an interactive menu that will either be executed as an executable file (redundancy, yeah) in windows, or will be embedded on a webpage on mac. Is there any way to compare the root.parent
object to check if it's an executable or a webpage embed stage kind of object?
问问题
281 次
1 回答
1
是的,您可以使用flash.system.Capabilities.playerType请求播放器类型
指定运行时环境的类型。此属性可以具有以下值之一:
- Microsoft Internet Explorer 使用的 Flash Player ActiveX 控件的“ActiveX”
- Adobe AIR 运行时的“桌面”
- 外部 Flash Player 或处于测试模式的“外部”
- Flash Player 浏览器插件的“PlugIn”
- 独立 Flash Player 的“StandAlone”
但是,我需要问:您为什么要针对不同平台上的单独用户体验?
于 2013-05-11T05:25:54.097 回答