Hey Michael-
I'm trying to replicate this and still can't.
I'm using:
1.9 SWC
Flash Player 10,0,12,36
Firefox 3
and the following code:
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2008 Google Inc.
Licensed under the Apache License, Version 2.0:
http://www.apache.org/licenses/LICENSE-2.0
-->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<maps:Map xmlns:maps="com.google.maps.*" id="map"
mapevent_mapready="onMapReady(event)"
width="100%" height="100%"
key="ABQIAAAA7QUChpcnvnmXxsjC7s1fCxQGj0PqsCtxKvarsoS-iqLdqZSKfxTd7Xf-2rEc_PC9o8IsJde80Wnj4g"/>
<mx:Script>
<![CDATA[
import com.google.maps.LatLng;
import com.google.maps.Map;
import com.google.maps.MapEvent;
import com.google.maps.MapType;
import com.google.maps.controls.*;
private function onMapReady(event:Event):void {
this.map.setCenter(new LatLng(40.736072,-73.992062), 14,
MapType.NORMAL_MAP_TYPE);
this.map.addControl(new ZoomControl());
this.map.enableContinuousZoom();
}
]]>
</mx:Script>
</mx:Application>
I'm zooming as wildly as I can, with large differences in zoom levels.
Can you think of something I can change in my test environment to get
closer to what you're seeing?
- pamela
On Sat, Feb 14, 2009 at 6:42 AM, Michael Hansen <[email protected]> wrote:
>
> I am using Flash Player 10 and it happens when I am zoomed out (ie
> zoom 7) and I quickly jump to a higher zoom resolution (ie zoom 14).
> And yes, it appears to not impact the application. It seems to just
> throw a bunch of messages.
>
> As a side note, I have created a Flash application that has up to 12
> different map objects that all have different overlays and all pan and
> zoom together (they are synched so if you pan or zoom on one map, they
> all react to the event and match their center and zoom level). So, I
> get 12x as many of these warnings than the normal guy. Not that this
> would make the cause any different, the effect is just 12x more
> noticable.
>
> - Michael
>
>
>
> On Feb 3, 5:22 pm, pamela fox <[email protected]> wrote:
>> Hey Michael-
>>
>> We had reports of that happening in the group a while back, and I was
>> able to replicate then, but I'm not able to replicate now. The way to
>> replicate than was to create a map and enable both scroll wheel and
>> continuous zoom, and then scroll fast in Flash Player 10.
>>
>> Can you give some insight about how to replicate what you're seeing?
>>
>> For what it's worth, it didn't seem like the warning had an actual
>> visual effect.
>>
>> - pamela
>>
>>
>>
>> On Wed, Feb 4, 2009 at 7:35 AM, Michael Hansen <[email protected]> wrote:
>>
>> > Ok, I am getting a ton of warnings and I am hoping that someone can
>> > tell me what this message means:
>>
>> > Warning: Filter will not render. The DisplayObject's filtered
>> > dimensions (4102, 1606) are too large to be drawn- Hide quoted text -
>>
>> - Show quoted text -
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---