Thinking a bit more about this, your script handles IE different from other browsers. In non-IE, its really just putting a (moving) image in the infowindow, fine. In IE, it tries to embed an <object> in the infowindow. See the resident gurus words here ... http://groups.google.com/group/google-maps-api/browse_thread/thread/38f1e0283db8b6f/ca4f4c30adef00a1?lnk=gst&q=infowindow+script#ca4f4c30adef00a1 That's about <script> tags not being implemented within the infowindow (possibly deliberately so), and I don't know but I'd bet that also applies to <object>
In which case you need to get Marcelo's suggestion working I think. The bit you seem to have missed is to pre-build a real div with id='videoContainer' within your HTML, not within the javascript. -- 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.
