So there were actually two libraries in the SDK download from Google: map_1_7a.swc map_flex_1_7a.swc
And they both implement the same map API, but the "flex" one introduces dependencies on the flash mx application model, whereas the other one is more vanilla as3 and flash.* libraries. So you should not put the "_flex" version of library into WEB-INF/flexlib, just put the map_1_7a.swc in and it runs fine. -- Henry Minsky Software Architect [EMAIL PROTECTED]
