<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal" 
    xmlns:view="com.jonniespratley.webapis.T30boxes.example.*" viewSourceURL="srcview/index.html">
    
    <mx:TraceTarget/>
    
    <view:ThirtyboxesScreen width="100%" height="100%"/>
    
</mx:WindowedApplication>