Mega Code Archive

 
Categories / Flex / Container
 

Applications URL and parameters

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">     <mx:Label text="The Current URL is:" fontSize="18"/>                  <mx:Label text="{this.url}" fontSize="14" fontFamily="Courier" selectable="true"/>          <mx:Label text="{this.parameters.state}"/>      </mx:Application>