oreesh-video Class
Video element with KnowRe-sh controls
<oreesh-video
width="640"
height="480">
<source src="..." type="...">
<source src="..." type="...">
Your browser doesn't support HTML5 video tag. <!-- fallback message -->
</oreesh-video>
screenfull.js is required.
Note: one-way data flow is used like:
UI event - mutate <video> element - event from <video> element - update UI state
Public attributes are all documented. The events of HTML5 video element is bubbled, so use them.
- IE spec: https://msdn.microsoft.com/en-us/library/Hh772498(v=vs.85).aspx
- Mozilla spec : https://developer.mozilla.org/en/docs/Web/Guide/Events/Media_events
For the details of public API, see the comments on component source code.
