For more information about this sample see: https://support.brightcove.com/brightcove-player-sample-download-video-plugin.
The purpose and structure of files in this repo are:
Folder/Filename | Description |
---|---|
index.html | All the application code, HTML, CSS and JavaScript, in a single file. |
plugin/index.html | The browsable HTML page that contains the HTML code, and the link to the CSS and the include to the JavaScript. |
plugin/plugin-name.js | The JavaScript for the plugin. An example, actual filename could be live-custom-error.js. |
plugin/plugin-name.css | The CSS for the plugin. An example, actual filename could be live-custom-error.css. |