<?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" xmlns:sample="com.esri.sample.*"> <sample:SampleMap> <sample:extent> <esri:Extent xmin="-92.957" ymin="37.674" xmax="-84.729" ymax="42.541" id="myMapExtent"> <esri:SpatialReference wkid="4326"/> </esri:Extent> </sample:extent> <esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer"/> </sample:SampleMap> </s:Application>