2 problems. First, the brightcove https://sadmin.brightcove.com/js/BrightcoveExperiences_all.js or using param name="includeAPI" value="true"
somewhere down the line calls in a file http://admin.brightcove.com/js/api/SmartPlayerAPI.js. which is not secure. I believe this is causing a pop up in IE 8. Which is less then ideal.
Does anyone know a workaround or fix to prevent this insecure file from being called in and still use the api?
The original issue we are trying to solve, is that the video keeps playing in IE after the video's div is set to display:none. I have also tried to do this without using the api to stop the video, and just removing, detaching, or setting html to '' with jquery. This does not seem to work and often comes back with error "'null' is null or not an object", there is some reference to this on the web, but none of the solutions seem to work. It appears that BC JSis still trying to access the video after i've removed it.
Has anyone dealt with this before? -k