<?xml version="1.0" encoding="utf-8"?>
<mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" 
    xmlns:flexInABoxStock="components.*"
    layout="absolute" viewSourceURL="srcview/index.html">
    
    
    <mx:HBox width="588">
        <flexInABoxStock:StockQuotes/>
        <flexInABoxStock:NewsReader width="100%" height="100%"/>    
    </mx:HBox>
    
    

</mx:Application>