topical media & game development

talk show tell print

explorer-controls-SimpleHRule.mx

explorer-controls-SimpleHRule.mx [swf] flex


  <?xml version="1.0"?>
  <!-- Simple example to demonstrate the HRule control. -->
  <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
  
          <mx:WipeLeft id="myWL"/>
  
      <mx:Panel title="HRule Control Example" id="myPanel" 
          paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10">
  
          <mx:HRule rollOverEffect="{myWL}" width="100%" strokeWidth="1" strokeColor="red"/>
          <mx:Label width="100%" color="blue" 
              text="Move mouse over HorizontalRule control to redraw it."/>
  
      </mx:Panel>
  </mx:Application>
         


(C) Æliens 27/08/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.