<?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:esri="http://www.esri.com/2008/ags"> <fx:Script> <![CDATA[ import com.esri.ags.Units; ]]> </fx:Script> <esri:Map units="{Units.DECIMAL_DEGREES}"> <esri:WMSLayer url="http://sdm:8399/arcgis/services/nef/MapServer/WMSServer"/> </esri:Map> </s:Application>
Are you accessing your Flex app at http://sdm:8399/...? If not, you'll need a crossdomain.xml file at http://sdm:8399/crossdomain.xmlSee References book at:http://help.arcgis.com/en/webapi/flex/help/index.html
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.