VBox里面有个ModuleLoader,调用了一个swf文件,想得到swf文件控件的值如何得到
VBox里面有个ModuleLoader,调用了一个swf文件,想得到swf文件控件的值如何得到,如下:
<mx:VBox label="条件设置" width="100%" height="100%" id="vbConditionSetting"> <mx:ModuleLoader url="test.swf" /> </mx:VBox>
<mx:Module xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" width="100%" height="100%"> <mx:TextInput id="names" text="张三" /> </mx:Module>