我有一个动态加载 swf 的 flex 应用程序,我想在应用程序的外部组件中使用一组颜色选择器来确定加载的 swf 中的颜色数组。
我想我可以使用一个新的颜色选择器数组,即
public var colors:Array = new Array [ cp01.selectedColor, cp02.selectedColor, cp03.selectedColor, cp04.selectedColor, cp05.selectedColor]
如果这样设置,swf 是否可以读取数组?如果是这样,我会在 swf 中放入什么来获取它?如果不是,我需要做什么?