actionscript

Flash – Googlemaps Mask Bug

Thursday, October 8th, 2009 | actionscript, code hacking | No Comments

I just found a bug in Googlemaps’ Flash component.

BUG: When a mask is used over the map component, the copyright and MapTypeControls Fonts (possibly other control fonts) are hidden. The buttons still work.

Originally, the map itself didn’t have a mask, but was imported into a wrapper banner ad that had the mask – same issue. It took a while to isolate what the issue was. Hope this helps someone out. I’m posting images to showcase it:

googlemaps_bug_wo_mask

googlemaps_bug_wo_mask

googlemaps_bug_w_mask

googlemaps_bug_w_mask

Instead of using timeline, just use actionscript:

map.mask = mapMask;

GoogleMaps Bug Tracking the Issue (link #1)

GoogleMaps Bug Tracking the Issue (link #2)

Share
Subscribe

archives