Hello,

I am attempting to initialize shadowbox (http://www.shadowbox-js.com/
index.html) on links inside my infoWindows (so that I can service
image galleries for each marker). I am doing this as follows:

google.maps.event.addListener(marker, 'click', function() {

                                                
MyInfoWindow.setContent(marker.content_);
                                                
MyInfoWindow.setPosition(marker.position);
                                                Shadowbox.setup("a.movie");
                                                MyInfoWindow.open(map, marker);
                                        });

But is is not working (i.e., clicking each linked image just opens it
in a new link). Any help would be appreciated. The project is viewable
at www.pomona.edu/tour

Currently, the icon that is an outlined square, Turrel Skyspace,
contains images that should open in Shadowbox. Thanks,

Rory

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

Reply via email to