Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从我的 flex 应用程序启动一个 HTMLLoader 窗口,但我终生无法弄清楚如何关闭它!我确定我需要获取 NativeWindow 对象,但我就是不知道如何获取它!
希望对某人来说是一个很好的简单问题!
我正在使用 Flex 4.10。
似乎这已经在这里得到了回答:
AIR:如何以编程方式关闭特定窗口
var nw:NativeWindow = hLoader.stage.nativeWindow; nw.close();