<?xml version = "1.0" encoding = "utf-8"?>
<mx:Application xmlns:mx = "http://www.adobe.com/2006/mxml"
                xmlns:view = "net.odoe.view.*"
                layout = "absolute"
                xmlns:config = "net.odoe.config.*" viewSourceURL="srcview/index.html">
    <config:SFSwiz dispatcher = "{this}" />
    <view:MyPanel horizontalCenter="0" />
</mx:Application>