私はタイルリストを持っています。これは XML ファイルに画像が動的に読み込まれます。ラベルの画像をクリックすると、彼女の名前が付けられます。
<mx:TileList id="tileList"
alternatingItemColors="[#FFFFFF,#EEEEEE]"
dataProvider="{xmlListColl}"
itemRenderer="TileListItemRenderer"
columnCount="3"
columnWidth="100"
rowCount="2"
rowHeight="100"
direction="horizontal"
verticalScrollPolicy="on"/>