开发者

How do I access the "WindowedApplication" class in Actionscript?

开发者 https://www.devze.com 2023-01-30 14:23 出处:网络
How do I a开发者_如何转开发ccess the \"WindowedApplication\" class in Actionscript?You mean the top level application of an AIR App?

How do I a开发者_如何转开发ccess the "WindowedApplication" class in Actionscript?


You mean the top level application of an AIR App?

In Flex 4, use FlexGlobals.topLevelApplication.

In Flex 3 or before, use Application.application

0

精彩评论

暂无评论...
验证码 换一张
取 消