adobe AIR supports both opaque and transparent application windows. Transparent windows let the operating system's desktop show through, while opaque windows obscure the desktop area behind them.
An AIR window can use the borders, title bar, menu bar, and window control buttons (known collectively as system chrome ) that are standard for the operating system. Your application uses the standard system chrome elements when the <systemChrome> element in the application descriptor file is set to standard (the default setting). A window that uses system chrome is always opaque.
The Flex WindowedApplication component provides an alternate set of window chrome elements and a rectangular window frame. The WindowedApplication component's window is always opaque as well.
If you want your application to be transparent, it should not use system chrome or the WindowedApplication component. This means that the application must provide its own mechanisms for controlling the window and its background.
本文介绍了Adobe AIR中透明窗口的应用场景及其实现方式。在不使用系统标准边框和菜单的情况下,应用程序可以实现背景透明效果。此外,还讨论了如何自定义窗口控制和背景。
842

被折叠的 条评论
为什么被折叠?



