<?xml version="1.0" encoding="utf-8"?>
<!--
    
    Stylin' Bootstrap 4 t3h win!1!
    Custom preloader to boot.
    
    Jesse Warden
     jessewarden.com
      jesse.warden@gmail.com
      jesterxl@jessewarden.com 
    
-->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
    layout="vertical" 
    xmlns="*"
    frameRate="30"
    preloader="com.jxl.flightaware.core.Preloader"
    width="100%" height="100%"
    horizontalAlign="center" verticalAlign="middle" xmlns:views="com.jxl.flightaware.views.*" viewSourceURL="srcview/index.html">
    
    <mx:Style source="/assets/styles/FlightAwarev2.css" />
    
    <views:MainView />
    
    
</mx:Application>