Properly embedded Brightcove source code for Supervideo field


/ Published in: JavaScript
Save to your folder(s)

For savannahnow.com Brightcove video embeds


Copy this code and paste it in your HTML
  1. <!-- Start of Brightcove Player -->
  2.  
  3. <div style="display:none">
  4.  
  5. </div>
  6.  
  7. <!--
  8. By use of this code snippet, I agree to the Brightcove Publisher T and C
  9. found at https://accounts.brightcove.com/en/terms-and-conditions/.
  10. -->
  11.  
  12. <script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script>
  13.  
  14. <object id="myExperience2557071675001" class="BrightcoveExperience">
  15. <param name="bgcolor" value="#FFFFFF" />
  16. <param name="width" value="600" />
  17. <param name="height" value="338" />
  18. <param name="playerID" value="1981902801001" />
  19. <param name="playerKey" value="AQ~~,AAAAAEabvsY~,I_8z9mu9azyBe-aQq_zQB77vCxQW73r-" />
  20. <param name="isVid" value="true" />
  21. <param name="isUI" value="true" />
  22. <param name="dynamicStreaming" value="true" />
  23.  
  24. <param name="@videoPlayer" value="2557071675001" />
  25. </object>
  26.  
  27. <!--
  28. This script tag will cause the Brightcove Players defined above it to be created as soon
  29. as the line is read by the browser. If you wish to have the player instantiated only after
  30. the rest of the HTML is processed and the page load is complete, remove the line.
  31. -->
  32. <script type="text/javascript">brightcove.createExperiences();</script>
  33.  
  34. <!-- End of Brightcove Player -->

URL: http://savannahnow.com/node/1036102

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.