Created
July 23, 2013 18:40
-
-
Save mboles/6064988 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<pre><code> | |
<!DOCTYPE html><br/> | |
<html><br/> | |
<head><br/> | |
<meta charset="UTF-8"><br/> | |
<title>Responsive Player</title><br/> | |
</head><br/> | |
<body><br/> | |
<!-- Start of Brightcove Player --><br/> | |
<div style="display:none"><br/> | |
</div><br/> | |
<br/> | |
<!--<br/> | |
By use of this code snippet, I agree to the Brightcove Publisher T and C <br/> | |
found at https://accounts.brightcove.com/en/terms-and-conditions/. <br/> | |
--><br/> | |
<br/> | |
<script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script><br/> | |
<br/> | |
<object id="myExperience1754276206001" class="BrightcoveExperience"><br/> | |
<param name="bgcolor" value="#FFFFFF" /><br/> | |
<param name="width" value="480" /><br/> | |
<param name="height" value="270" /><br/> | |
<param name="playerID" value="1753810340001" /><br/> | |
<param name="playerKey" value="AQ~~,AAABmA9XpXk~,-Kp7jNgisrdihurn3hYnYJWo8k_gM6uF" /><br/> | |
<param name="isVid" value="true" /><br/> | |
<param name="isUI" value="true" /><br/> | |
<param name="dynamicStreaming" value="true" /><br/> | |
<br/> | |
<param name="@videoPlayer" value="1754276206001" /><br/> | |
</object><br/> | |
<br/> | |
<!-- <br/> | |
This script tag will cause the Brightcove Players defined above it to be created as soon<br/> | |
as the line is read by the browser. If you wish to have the player instantiated only after<br/> | |
the rest of the HTML is processed and the page load is complete, remove the line.<br/> | |
--><br/> | |
<script type="text/javascript">brightcove.createExperiences();</script><br/> | |
<br/> | |
<!-- End of Brightcove Player --><br/> | |
</body><br/> | |
</html><br/> | |
</code></pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment