Select to view content in your preferred language

HSlider with street map and Imagery ........

737
2
01-17-2011 01:36 AM
francescodi_vito
Deactivated User
Hi guys.
I'm developing my web application with Flash Builder 4 and i'm working with API for Flex 2.2.

Now i wrote this sample code for the overlap betwen thw street map and imagery, and i used a HSlidedr
<esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer"/>
   <esri:ArcGISTiledMapServiceLayer url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" alpha="{HSlider.value}"/>
  </esri:Map>
  <s:HSlider horizontalCenter="-2" bottom="10" id="HSlider" minimum="0" maximum="1" value="0.01" liveDragging="true"/>
but when run my application  there isn't a gradual overlap etwen the maps. Why?
In the flex 3 this function is ok
Why this?
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
0 Kudos
francescodi_vito
Deactivated User
thanks Robert!!!......
0 Kudos