Select to view content in your preferred language

Cannot see my services in FLEX

563
1
05-13-2011 09:32 AM
dcopple
Frequent Contributor
I am using the new flex viewer and trying to add my layers.  Another flex developer has no problems viewing the service.  I can view ESRI services with no problem for the basemap services, but cannot view my own services.  Does anyone have nay tips for getting my stuff to show up here?

Here is my code, for Montana and you have to zoom in to see the layers show up on the map.  Works fine in my Jscript application, just trying to update to FLEX, but getting pretty frustrated with it!!

<layer label="FIRE TEST" type="feature" visible="true"
                   url="http://test10arcgis.mt.gov/ArcGIS/rest/services/DNRC/Wildfire_Protection/MapServer/3"/>

Someone please help.

Thanks
Tags (2)
0 Kudos
1 Reply
by Anonymous User
Not applicable
I am using the new flex viewer and trying to add my layers.  Another flex developer has no problems viewing the service.  I can view ESRI services with no problem for the basemap services, but cannot view my own services.  Does anyone have nay tips for getting my stuff to show up here?

Here is my code, for Montana and you have to zoom in to see the layers show up on the map.  Works fine in my Jscript application, just trying to update to FLEX, but getting pretty frustrated with it!!

<layer label="FIRE TEST" type="feature" visible="true"
                   url="http://test10arcgis.mt.gov/ArcGIS/rest/services/DNRC/Wildfire_Protection/MapServer/3"/>

Someone please help.

Thanks


I got a security sandbox violaton when I tried to access your service via flex. It looks like your cross domain file is locked down to only accept requests from certain domains. I would look there first.
0 Kudos