|
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundAlpha="0" creationComplete="srv.send()">
<mx:HTTPService id="srv" url="../assets/catalog.xml" useProxy="false"/>
<mx:TileList dataProvider="{srv.lastResult.catalog.product}" height="100%" width="100%" itemRenderer="Thumbnail" rowHeight="130" columnWidth="175"/>
</mx:Application>