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

link|improve this question
Under what condition do you want to stop the video? – web_dev Feb 2 at 1:49
feedback

1 Answer

The first issue of SmartPlayerAPI not being secure is fixed from the brightcove side now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.