topical media & game development
mashup-rmx-05-CustomItemRendererExample-main.mx
mashup-rmx-05-CustomItemRendererExample-main.mx
[swf]
flex
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
width="400" height="400">
list with renderer
<mx:List itemRenderer="mashup_rmx_05_CustomItemRendererExample_myItemRenderer" width="100%" height="100%">
embedded data provider
<mx:dataProvider>
<mx:Array>
<mx:Object>
Label One
</mx:Object>
<mx:Object>
Label Two
</mx:Object>
<mx:Object>
Label Three
</mx:Object>
</mx:Array>
</mx:dataProvider>
</mx:List>
</mx:Application>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.