<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" preloader="com.pathf.preloaders.PathfinderCustomPreloader" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#000000, #000000]" viewSourceURL="srcview/index.html">
    <mx:Script>
        <![CDATA[
        
            //image that shows up
            [Embed("Assets/IMG_0003.png") ]
            [Bindable] public var Office:Class;
            
        ]]>
    </mx:Script>
    <mx:Image source="{Office}" width="800" height="534" horizontalCenter="0" verticalCenter="0"/>
</mx:Application>