私はこの関数とコンポーネントの名前を格納する関数とxmlファイルを持っています。xmlに関数名があり、この関数を呼び出す
<commands>
<command>
<flexObject>myObject1</flexObject>
<flexFunction>myFunction1</flexFunction>
</command>
<command>
<flexObject>myObject2</flexObject>
<flexFunction>myFunction2</flexFunction>
</command>
</commands>
iは関数の配列を作りたいし、その後
arr:Array = new Array();
arr.push(myObject1.myFunction1);
arr.push(myObject2.myFunction1);
arr[0]();
コールmyObject1.myFunction1機能
myObjectsとmyFunctionsがあり、古典的なコンポーネントとその機能としてthem..like呼び出す
私がsetCommandsService.sendを呼び出すとき<s:HTTPService id="setCommandsService" url="commands.xml" result="setCommandsService_resultHandler(event)"/>
ハンドラの はStringとしてこの関数の名前であり、私はhoを知らないW iは..関数としてアレイに追加することができ