I've posted this elsewhere, but since I'm not sure where the problem stems from, I thought I would try my luck here.
This is a tricky one. To get a general idea of what I'm trying to do, follow this link in any browser that's not IE: http://www.murfreesborotn.gov/trafmapg.aspx Click on the marker, and you should see a live video feed from a traffic camera. This video will time-out in 60 sec. When the marker is clicked, specific database info is passed to the map which will build the html that the opened marker will display. The problem is, this video will not display in IE. The weird thing is, if you just run the IE html by itself(not through the google map) it works. I don't know where to start researching the problem. Is it an issue with the video's plug in, an issue with the browser, an issue with google maps or do I need to simply tweak the html a bit? Any help on this would be greatly appreciated. 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> Please let me know if I need to provide any additional information. Thanks for reading. -- 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.
