Search Flex Components Free

Custom Search

December 20, 2007

Flex Control TileList Source Code Sample

<?xml version="1.0" encoding="utf-8"?>
<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>

Related Flex Tutorials