Skip to content

index.html #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions mdn/video-player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
<body>
<h1>Tears of Steel</h1>
<figure id="videoContainer" data-fullscreen="false">
<video id="video" controls preload="metadata" poster="img/poster.jpg">
<source src="video/tears-of-steel-battle-clip-medium.mp4" type="video/mp4">
<source src="video/tears-of-steel-battle-clip-medium.webm" type="video/webm">
<source src="video/tears-of-steel-battle-clip-medium.ogg" type="video/ogg">
<video id="video" controls preload="metadata" poster="">
<source src="http://file.khulnaflix.net/Movies/English%20Movie/2020/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA.mkv" type="video/mkv">
<source src="" type="video/webm">
<source src="" type="video/ogg">
<!-- Flash fallback -->
<object type="application/x-shockwave-flash" data="flash-player.swf?videoUrl=video/tears-of-steel-battle-clip-medium.mp4" width="1024" height="576">
<param name="movie" value="flash-player.swf?videoUrl=video/tears-of-steel-battle-clip-medium.mp4" />
<object type="application/x-shockwave-flash" data="flash-player.swf?videoUrl="http://file.khulnaflix.net/Movies/English%20Movie/2020/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA.mkv" width="1024" height="576">
<param name="movie" value="flash-player.swf?videoUrl=http://file.khulnaflix.net/Movies/English%20Movie/2020/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA.mkv" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="controlbar=over&amp;image=img/poster.jpg&amp;file=flash-player.swf?videoUrl=video/tears-of-steel-battle-clip-medium.mp4" />
<img alt="Tears of Steel poster image" src="img/poster.jpg" width="1024" height="428" title="No video playback possible, please download the video from the link below" />
<param name="flashvars" value="controlbar=over&amp;image=;file=flash-player.swf?videoUrl=http://file.khulnaflix.net/Movies/English%20Movie/2020/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA.mkv" />
<img alt="Tears of Steel poster image" src="" width="1024" height="428" title="No video playback possible, please download the video from the link below" />
</object>
<!-- Offer download -->
<a href="video/tears-of-steel-battle-clip-medium.mp4">Download MP4</a>
<a href="http://file.khulnaflix.net/Movies/English%20Movie/2020/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA/Think.Like.a.Dog.2020.1080p.10bit.BluRay.6CH.x265.HEVC-PSA.mkv">Download MP4</a>
</video>
<ul id="video-controls" class="controls">
<li><button id="playpause" type="button">Play/Pause</button></li>
Expand All @@ -44,4 +44,4 @@ <h1>Tears of Steel</h1>
</figure>
<script src="js/video-player.js"></script>
</body>
</html>
</html>
Binary file not shown.
Binary file not shown.
Binary file not shown.