backgroundColor="white">
import mx.collections.ArrayCollection;
[Bindable]
public var myAC:ArrayCollection = new ArrayCollection([
{name:"A",thumbnail:"logo.jpg"},
{name:"B",thumbnail:"logo.jpg"}
]);
dataProvider="{myAC}">