Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
project 4: Flickr with cache 245 <s:states> <s:State name="Normal"/> <s:State name="Loading"/> </s:states> <fx:Declarations> <s:HTTPService id="flickrSearchService url=" http://api.flickr.com/services/feeds/photos_public.gne" result="onResult(event)" fault="onError(event)"/> </fx:Declarations> <s:List itemRenderer="renderers.FlickrPictureRenderer" dataProvider="{res}" x="19" y="39" width="780" height="400" > <s:layout> <s:TileLayout/> </s:layout>