Thank you for your response.
I tested it in normal instance of IE7.
If I use motion gif in html "img" tag, it works fine.
Only use in google map Maker, IE will show JS error.
By the way, IE show the error message, actually the page works fine.

On 1月27日, 上午1時40分, Michał Biniek <[email protected]> wrote:
> Hi,
>
> I have found onhttp://econym.org.uk/gmap/reference.htm, that images
> in Internet Explorer are throwing to the DirectX AlphaImageLoader.
> But when I check in IETester error appeared. When I check it in normal
> instance of IE7, then there is no error and IE Developer Toolbar
> claims, that image is not created with AlphaImageLoader, but the
> parent div container have filter opacity.
> Please let me know if you have tested it also in IETester or in normal
> instance of IE7.
>
> Regards,
> Michal B.
>
> On 26 Sty, 10:31, Nina <[email protected]> wrote:
>
>
>
> > Dear All:
>
> >         When I use this 
> > image:https://docs.google.com/leaf?id=0B-SwlF7UOtO4MDZkZjQ3ZGQtMTkzOS00ZjQ0...
> >         as Maker Icon, everything is fine.
>
> >         If I set Motion Gif to Maker Icon
> >         (like 
> > this:https://docs.google.com/leaf?id=0B-SwlF7UOtO4NzUxYmM2NTctMTdjMC00YTFj...)
> >         IE7 will show JS Error, (column:12   this.F is null or is not
> > a object)
> >         But it works fine at IE8.
>
> >        There is my code:
> >       (You can get file from 
> > here:https://docs.google.com/leaf?id=0B-SwlF7UOtO4M2EwODYwY2YtMzY5OS00ZGM2...)
>
> > function Load(){
> >         var latlng = new google.maps.LatLng(31.078813, -92.999611);
> >         var myOptions = {
> >           zoom: 8,
> >           center: latlng,
> >           mapTypeId: google.maps.MapTypeId.ROADMAP
> >         };
> >         map = new google.maps.Map(document.getElementById("map_canvas"),
> > myOptions);
>
> >         camMaker = new google.maps.Marker({
> >           position: latlng,
> >           map: map,
> >           title: "Maker",
> >           icon: "PTZCamera_Event_Trigger.gif"
> >         });
>
> > }

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to