topical media & game development

talk show tell print

actionscript-distort-view-sides-Login.mx

actionscript-distort-view-sides-Login.mx [swf] flex


  <?xml version="1.0" encoding="utf-8"?>
  <mx:Panel 
          xmlns:mx="http://www.adobe.com/2006/mxml"
          title="Login" 
          width="288" height="206">
          
          <mx:Metadata>
                  [Event("change", type="mx.events.Event")]
          </mx:Metadata>
                                                          
          <mx:Form>
          
                  <mx:FormItem label="Username">
                          <mx:TextInput />
                  </mx:FormItem>
                  
                  <mx:FormItem label="Password">
                          <mx:TextInput displayAsPassword="true" />
                  </mx:FormItem>
  
                  <mx:FormItem>
                          <mx:Button label="Login" click="dispatchEvent( new Event( Event.CHANGE ) );" />
                  </mx:FormItem>
  
                  <mx:LinkButton label="Forgotten Password? Click Here."/>                                
                  <mx:LinkButton label="Not Registered? Click Here." />
          
          </mx:Form>
          
  </mx:Panel>


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