<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"  xmlns:components="components.*" viewSourceURL="srcview/index.html">
  
    <mx:Style source="styles.css" />
     
    <mx:HBox bottom="0" left="0" right="0" horizontalGap="0" horizontalScrollPolicy="off" verticalScrollPolicy="off" horizontalAlign="right" backgroundImage="@Embed('images/footer_bar.png')" >
        <mx:Image source="@Embed('images/footer_curve.png')" height="45" />
    </mx:HBox>
    
    <mx:Image source="@Embed('images/cynergy.png')"  right="10" bottom="35"/>
    
    <components:MXML_Example width="{(width/2)-20}" left="10" top="10" title="Example 1" styleName="example1" bottom="120"/>
    <components:MXML_Example width="{(width/2)-20}" right="10" top="10" title="Example 2" styleName="example2" bottom="120"/>
    
    
</mx:Application>