Get rid of unused example HTML page
Not sure how this got in here but it doesn't belong.
Showing
1 changed file
with
0 additions
and
40 deletions
hls-example.html
deleted
100644 → 0
1 | <!doctype html> | ||
2 | <html> | ||
3 | <head><title></title></head> | ||
4 | <body> | ||
5 | <!-- Start of Brightcove Player --> | ||
6 | |||
7 | <div style="display:none"> | ||
8 | |||
9 | </div> | ||
10 | |||
11 | <!-- | ||
12 | By use of this code snippet, I agree to the Brightcove Publisher T and C | ||
13 | found at https://accounts.brightcove.com/en/terms-and-conditions/. | ||
14 | --> | ||
15 | |||
16 | <script language="JavaScript" type="text/javascript" src="http://admin.brightcove.com/js/BrightcoveExperiences.js"></script> | ||
17 | |||
18 | <object id="myExperience791331688001" class="BrightcoveExperience"> | ||
19 | <param name="bgcolor" value="#FFFFFF" /> | ||
20 | <param name="width" value="500" /> | ||
21 | <param name="height" value="470" /> | ||
22 | <param name="playerID" value="2498485115001" /> | ||
23 | <param name="playerKey" value="AQ~~,AAAAdgygTQk~,cL85eN46vuSRabEOn8tmRIgEmJahevxf" /> | ||
24 | <param name="isVid" value="true" /> | ||
25 | <param name="isUI" value="true" /> | ||
26 | <param name="dynamicStreaming" value="true" /> | ||
27 | |||
28 | <param name="@videoPlayer" value="791331688001" /> | ||
29 | </object> | ||
30 | |||
31 | <!-- | ||
32 | This script tag will cause the Brightcove Players defined above it to be created as soon | ||
33 | as the line is read by the browser. If you wish to have the player instantiated only after | ||
34 | the rest of the HTML is processed and the page load is complete, remove the line. | ||
35 | --> | ||
36 | <script type="text/javascript">brightcove.createExperiences();</script> | ||
37 | |||
38 | <!-- End of Brightcove Player --> | ||
39 | </body> | ||
40 | </html> |
-
Please register or sign in to post a comment