Return to Snippet

Revision: 64308
at July 22, 2013 21:59 by carlvlewis


Initial Code
<!-- Start of Brightcove Player -->

<div style="display:none">

</div>

<!--
By use of this code snippet, I agree to the Brightcove Publisher T and C 
found at https://accounts.brightcove.com/en/terms-and-conditions/. 
-->

<script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script>

<object id="myExperience2557071675001" class="BrightcoveExperience">
  <param name="bgcolor" value="#FFFFFF" />
  <param name="width" value="600" />
  <param name="height" value="338" />
  <param name="playerID" value="1981902801001" />
  <param name="playerKey" value="AQ~~,AAAAAEabvsY~,I_8z9mu9azyBe-aQq_zQB77vCxQW73r-" />
  <param name="isVid" value="true" />
  <param name="isUI" value="true" />
  <param name="dynamicStreaming" value="true" />
  
  <param name="@videoPlayer" value="2557071675001" />
</object>

<!-- 
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>

<!-- End of Brightcove Player -->

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

Initial Description
For savannahnow.com Brightcove video embeds

Initial Title
Properly embedded Brightcove source code for Supervideo field

Initial Tags


Initial Language
JavaScript