> If you're loading the page in IE, here's the html that's inside of the > marker: > <OBJECT ID=\"CamImage\" WIDTH=\"352\" HEIGHT=\"240\" CLASSID=\"CLSID: > 917623D1-D8E5-11D2-BE8B-00104B06BDE3\" CODEBASE=\"http:// > traf2.murfreesborotn.gov/activex/ > AxisCamControl.cab#Version=1,0,2,15\"><PARAM NAME=\"URL\" VALUE= > \"http://traf2.murfreesborotn.gov/axis-cgi/mjpg/video.cgi? > resolution=352x240&duration=60&camera=3\"> </PARAM></OBJECT>
Something to consider ; before the infowindow is opened, that is just text held in a javascript variable somewhere. It's not part of the document until after it is rendered during infowindow opening ; and it is destroyed again when the infowindow closes. Addons and plugins like for instance Lightbox that scan the document for tags with given ids or classes just won't see them. -- 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.
