Advertisement
Guest User

Untitled

a guest
Nov 14th, 2010
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
  3.                xmlns:s="library://ns.adobe.com/flex/spark"
  4.                xmlns:mx="library://ns.adobe.com/flex/mx" width="500" height="200">
  5.     <fx:Declarations>
  6.         <!-- Place non-visual elements (e.g., services, value objects) here -->
  7.     </fx:Declarations>
  8.     <s:Label x="50" y="50" text="Hola Flex :D" id="titleLabel" fontFamily="Arial" fontWeight="bold" />
  9.     <s:HGroup x="50" y="70" width="80%">
  10.         <s:Button id="speakButton" label="Say Something"/>
  11.         <s:TextInput id="speakTI" width="100%"/>
  12.     </s:HGroup>
  13. </s:Application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement