You are not logged in.
zhangqianmeinv,
These things are controlled by the settings file in the <zoom> node. I have listed below the settings you asked about, though there are more <zoom> settings.
<zoom> <!-- zoom control --> <color>#990000</color> <!-- [#990000] (hex color code) background color of "+", "-", scroller buttons and navigation arrows --> <color_hover>#FF6600</color_hover> <!-- [#CC0000] (hex color code) --> <alpha>70</alpha> <!-- [100] (0 - 100) alpha of zoom control buttons --> <outline_color>#000000</outline_color> <!-- [#FFFFFF] --> <outline_alpha>30</outline_alpha> <!-- [100] (0 - 100) --> <rotate>false</rotate> <!-- [false] (true / false) whether to rotate zoom control by 90 degrees or not. If set to true, zoom control becomes horizontal --> </zoom>
Offline
You can control it with ZoomControl object's properties:
http://flex.ammap.com/class_reference/c … ntrol.html
Offline
© amMap & amCharts | Forum engine: PunBB