amMap support forum

You are not logged in.

Announcement

FORUM CLOSED! This forum is closed. We moved to a new place at Zendesk. Update your bookmarks.

Flash amMap: Help


  • Index
  •  » Help
  •  » Setting a map chart to have a transparent background

#1 2012-06-22 21:08:39

trichins
Moderator

Setting a map chart to have a transparent background

Take a look at the settings file -- <background> node. Try the <alpha> and <border_alpha> settings.

<background> <!-- background -->
    <color/> <!-- [#444444] (hex color code) -->
    <alpha/> <!-- [0] (0 - 100) use 0 if you are using custom swf or jpg for background -->
    <border_color/> <!-- [#000000] (hex color code) -->
    <border_alpha/> <!-- [0] (0 - 100) -->

Offline

 

#2 2012-07-09 13:29:12

trichins
Moderator

Re: Setting a map chart to have a transparent background

You should set the alpha values to "0" to make the background transparent. If that's not working, quemm may need to offer some advice.

Offline

 

#3 2012-07-10 03:25:19

qemm
Administrator

Re: Setting a map chart to have a transparent background

It's not enough to disable amMap's background by setting it's alpha to zero. You also need to make your Flash object transparent by setting following parameter:

Code:

so.addParam('wmode', 'transparent');

Offline

 
  • Index
  •  » Help
  •  » Setting a map chart to have a transparent background

© amMap & amCharts | Forum engine: PunBB