You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the downloadable code from video.js (http://www.videojs.com/downloads/video-js-4.0.0.zip), the compact version of the script (video-js/video.js) is either defect or not up to date or both. With it, it is possible to select the player, still using the old V ("video-id") syntax, as well as the new videojs("video-id"). However it also appears to be missing some functions. For example requestFullScreen() and cancelFullScreen() are not available. I haven't checked the other functions though.
The text was updated successfully, but these errors were encountered:
In the downloadable code from video.js (http://www.videojs.com/downloads/video-js-4.0.0.zip), the compact version of the script (video-js/video.js) is either defect or not up to date or both. With it, it is possible to select the player, still using the old V ("video-id") syntax, as well as the new videojs("video-id"). However it also appears to be missing some functions. For example requestFullScreen() and cancelFullScreen() are not available. I haven't checked the other functions though.
—
Reply to this email directly or view it on GitHub.
heff
added a commit
to heff/video.js
that referenced
this issue
Jun 3, 2013
…ixesvideojs#503
Other html5 video properties are covered by closure compiler's internal exports set, but not the fullscreen options which are still being designed/approved by w3c.
In the downloadable code from video.js (http://www.videojs.com/downloads/video-js-4.0.0.zip), the compact version of the script (video-js/video.js) is either defect or not up to date or both. With it, it is possible to select the player, still using the old V ("video-id") syntax, as well as the new videojs("video-id"). However it also appears to be missing some functions. For example requestFullScreen() and cancelFullScreen() are not available. I haven't checked the other functions though.
The text was updated successfully, but these errors were encountered: