In order to view this page you need Flash Player 9+ support!

Get Adobe Flash player

XML Source

<code>
  
  <call method="graphics.beginFill" args="0x2772B3" />
  <call method="graphics.drawRect" args="0, 0, stage.stageWidth, stage.stageHeight"/>
  
  <make reference="tf" class="flash.text.TextFormat">
    <set font="'Georgia'" size="20" color="0xFFFFFF" />
  </make>
  
  <make reference="txt" class="flash.text.TextField" >
     <set x="10" y="10" autoSize="'left'" defaultTextFormat="tf" text="'Select a demo on the Left'" />
  </make>
  <call method="addChild" args="txt" />
  
  <set tf.size="12" />
  <make reference="txt" class="flash.text.TextField" >
     <set x="10" y="40" autoSize="'left'" defaultTextFormat="tf" text="'View XML source at the bottom of the page.'" />
  </make>
  <call method="addChild" args="txt" />
  
</code>