<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:local="*" layout="absolute"
    width="320" height="220" backgroundGradientColors="[0x000000, 0xcccccc]" viewSourceURL="srcview/index.html">
    
    <local:Logger width="300" height="200" horizontalCenter="0" verticalCenter="0"  backgroundColor="#8C8989" />
    
</mx:Application>