Skip to content

Instantly share code, notes, and snippets.

@mboles
Created July 23, 2013 18:40
Show Gist options
  • Save mboles/6064988 to your computer and use it in GitHub Desktop.
Save mboles/6064988 to your computer and use it in GitHub Desktop.
<pre><code>
&lt;!DOCTYPE html&gt;<br/>
&lt;html&gt;<br/>
&lt;head&gt;<br/>
&lt;meta charset=&quot;UTF-8&quot;&gt;<br/>
&lt;title&gt;Responsive Player&lt;/title&gt;<br/>
&lt;/head&gt;<br/>
&lt;body&gt;<br/>
&lt;!-- Start of Brightcove Player --&gt;<br/>
&lt;div style=&quot;display:none&quot;&gt;<br/>
&lt;/div&gt;<br/>
<br/>
&lt;!--<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/>
--&gt;<br/>
<br/>
&lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot; src=&quot;http://admin.brightcove.com/js/BrightcoveExperiences.js&quot;&gt;&lt;/script&gt;<br/>
<br/>
&lt;object id=&quot;myExperience1754276206001&quot; class=&quot;BrightcoveExperience&quot;&gt;<br/>
&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;<br/>
&lt;param name=&quot;width&quot; value=&quot;480&quot; /&gt;<br/>
&lt;param name=&quot;height&quot; value=&quot;270&quot; /&gt;<br/>
&lt;param name=&quot;playerID&quot; value=&quot;1753810340001&quot; /&gt;<br/>
&lt;param name=&quot;playerKey&quot; value=&quot;AQ~~,AAABmA9XpXk~,-Kp7jNgisrdihurn3hYnYJWo8k_gM6uF&quot; /&gt;<br/>
&lt;param name=&quot;isVid&quot; value=&quot;true&quot; /&gt;<br/>
&lt;param name=&quot;isUI&quot; value=&quot;true&quot; /&gt;<br/>
&lt;param name=&quot;dynamicStreaming&quot; value=&quot;true&quot; /&gt;<br/>
<br/>
&lt;param name=&quot;@videoPlayer&quot; value=&quot;1754276206001&quot; /&gt;<br/>
&lt;/object&gt;<br/>
<br/>
&lt;!-- <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/>
--&gt;<br/>
&lt;script type=&quot;text/javascript&quot;&gt;brightcove.createExperiences();&lt;/script&gt;<br/>
<br/>
&lt;!-- End of Brightcove Player --&gt;<br/>
&lt;/body&gt;<br/>
&lt;/html&gt;<br/>
</code></pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment