<?xml version="1.0" encoding="utf-8"?>
<mx:Application
    xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:local="*"
    layout="absolute"
    viewSourceURL="srcview/index.html"
>
    <mx:Style source="ProgressionSample.css" />
    <local:ProgressionSampleDelegate />
</mx:Application>