topical media & game development

talk show tell print

professional-flex-code-12-SimpleMonths.mx

professional-flex-code-12-SimpleMonths.mx [swf] flex


  <?xml version="1.0" encoding="utf-8"?>
  <mx:ComboBox xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:dataProvider>
      <mx:ArrayCollection>
        <mx:String>January</mx:String>
        <mx:String>February</mx:String>
        <mx:String>March</mx:String>
        <mx:String>April</mx:String>
        <mx:String>May</mx:String>
        <mx:String>June</mx:String>
        <mx:String>July</mx:String>
        <mx:String>August</mx:String>
        <mx:String>September</mx:String>
        <mx:String>October</mx:String>
        <mx:String>November</mx:String>
        <mx:String>December</mx:String>
      </mx:ArrayCollection>
    </mx:dataProvider>
  </mx:ComboBox>
  


(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.