Created
June 11, 2014 17:42
-
-
Save topdown/4d6d3d96040c9b6fc143 to your computer and use it in GitHub Desktop.
BrightCove Analytics JS API required player params
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
FIND | |
<param name="dynamicStreaming" value="true" /> | |
AFTER ADD | |
<param name="includeAPI" value="true" /> | |
<param name="templateLoadHandler" value="BCL.onTemplateLoaded" /> | |
<param name="templateReadyHandler" value="BCL.onTemplateReady" /> | |
Which should be before | |
<param name="@videoPlayer" value="some_video_id" / > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment