<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:containers="com.dougmccune.containers.*" viewSourceURL="srcview/index.html">
    
    <containers:ResizableWrapper x="10" y="10">
        <mx:Image source="image.jpg" maintainAspectRatio="false" />
    </containers:ResizableWrapper>

</mx:Application>