topical media & game development

talk show tell print

lib-flex-style-explorer-ListRenderer.mx

lib-flex-style-explorer-ListRenderer.mx (swf ) [ flash ] flex


  <?xml version="1.0" encoding="utf-8"?>
  <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="100%"
           horizontalScrollPolicy="off" verticalScrollPolicy="off" height="18">
          <mx:Label  text="{data.label}" left="0" />
          <mx:Image source="{data.flag == true?(checkMark):undefined}" right="3" />
          
          <mx:Script>
                  <![CDATA[
                          [Bindable]
                          [Embed(source="lib-flex-style-explorer-assets-checkMark.png")]
                          public var checkMark:Class;
                  ]]>
          </mx:Script>
          
  </mx:Canvas>
  


(C) Æliens 18/6/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.