When you drag the map around as the infowindow is opened, you'kk see the video re-appearing when the infowindow position and video position match. It's a known bug of all webkit browsers when using embed objects (such as flash or video) inside DOM elements where a CSS transform is applied. The only work-around at this stage is to display the infowindow in the map.getDiv() element and calculating it's position using an dummy OverlayView. Not a simple task.
On Sat, Jun 12, 2010 at 4:02 AM, Tyler <[email protected]>wrote: > I am trying to load a video in the infoWindow and it seems to work > fine in firefox and internet explorer but does not work in safari 4. > Please help! I know it isn't much but I will give you 25.00 via > paypal. > > Thank you, > Tyler > > P.S. here is the Website: http://www.pineapple.la/map.html > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
