<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:esri="http://www.esri.com/2008/ags">
<fx:Declarations>
<esri:Extent id="NVExtent"
xmin="-13856000"
ymin="4243000"
xmax="-12291000"
ymax="5182000" >
<esri:SpatialReference wkid="102100" />
</esri:Extent>
</fx:Declarations>
<esri:Map id="ndwrMap" extent="{NVExtent}"
logoVisible="false"
left="310" top="75" right="5" bottom="75" >
<esri:ArcGISTiledMapServiceLayer id="roads"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"
visible="true"/>
<esri:ArcGISDynamicMapServiceLayer url="http://ndwr-gis/ArcGIS/rest/services/stateMask/MapServer"
id="stateMask" name="State_Mask"
alpha="0.5" />
</esri:Map>
</s:Application>