Reply
Visitor
GregTampa
Posts: 3
Registered: ‎04-24-2012
0 Kudos
Accepted Solution

You need to update your flash player message

Attached is screenshot showing I have flash and it works yet I get an error message.

However the player works on some pages but not other pages. I have the html source of both pages and compared them, I see nothing different that would affect the object.

 

Attached is the working and non working html code.

 

Anyone wanna help debug or point me in the right direction on how to resolve the problem.. All my debugging points me to debug the http://admin.brightcove.com/js/BrightcoveExperiences.js which i cant, unless i copy it locally and all the other files that that includes.

Visitor
GregTampa
Posts: 3
Registered: ‎04-24-2012
0 Kudos

Re: You need to update your flash player message

[ Edited ]

After more debugging:

Not working in firefox, or chrome.

WORKS in IE 9, and safari though!

 

Getting wierder after every debug...

 

Its not only happening on my computer btw..

 

Visitor
GregTampa
Posts: 3
Registered: ‎04-24-2012
0 Kudos

Re: You need to update your flash player message

adding this line back solves the problem:

<!-- 
This script tag will cause the Brightcove Players defined above it to be created as soon
as the line is read by the browser. If you wish to have the player instantiated only after
the rest of the HTML is processed and the page load is complete, remove the line.
-->
<script type="text/javascript">brightcove.createExperiences();</script>

 Removing this line created the problem.