You should be familiar with the code used to populate the global flexApp variable with a reference to the Flex application.
您应当十分熟悉用于填充带有 Flex 应用程序引用的 flexApp 全局变量的代码。
Now that you've obtained a global reference to the Flex application, you can access ActionScript objects through the consistent interface that the FABridge provides.
现在您已经获得了Flex应用程序的全局引用,您可以通过FABridge提供的一致接口访问ActionScript对象。
The declaration begins with the global reference to the Flex application, then a method call that always begins with the string get followed by the ID of the target object.
该声明首先是 Flex 应用程序的全局引用,然后是始终以字符串 get 为开头、后接目标对象 ID 的方法调用。
应用推荐