forked from lopezs/ableplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (44 loc) · 2.85 KB
/
index.html
File metadata and controls
54 lines (44 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="UTF-8">
<title>Able Player Examples</title>
<link rel="stylesheet" href="tests.css" type="text/css">
</head>
<body>
<h1>Able Player 2.01 Examples</h1>
<p><strong>Able Player</strong> is a fully accessible cross-browser HTML5 media player. It uses
the HTML5 <audio> or <video> element for browsers that support them,
and (optionally) the JW Player as a fallback for those that don’t.</p>
<p>Here are some examples of Able Player in action:</p>
<h2>Examples</h2>
<ul>
<li><a href="test0.html">Native HTML5 Player (not <em>Able Player</em>), for comparison</a></li>
<li><a href="test1.html">Audio player with one track and preferences</a></li>
<li><a href="test2.html">Audio player with non-zero start time</a></li>
<li><a href="test3.html">Video player with closed captions</a></li>
<li><a href="test4.html">Video player with text-based audio description (VTT)</a></li>
<li><a href="test5.html">Video player with audio description via video swap <em>or</em> VTT</a></li>
<li><a href="test6.html">Audio player with a playlist</a></li>
<li><a href="test7.html">Video player with interactive transcript, subtitles, and chapters</a></li>
<li><a href="test7_de.html">Same as above, in German</a></li>
<li><a href="test7_es.html">Same as above, in Spanish</a></li>
<li><a href="test7b.html">Video player with interactive transcript in an external container</a></li>
<li><a href="test7c.html">Audio player with interactive transcript in "Lyrics Mode"</a></li>
<li><a href="test7d.html">Audio player with Metadata track</a></li>
<li><a href="test8.html">Multiple audio players (one track each)</a></li>
<li><a href="test9.html">Multiple audio players (each with its own playlist)</a></li>
<li><a href="test10.html">Video with no captions or descriptions</a> (don't do this)</li>
<li><a href="test11.html">Video player with width and height attributes</a></li>
<li><a href="test12.html">Video player with <em>default</em> closed captions</a></li>
<li><a href="test13.html">YouTube Player with Able Chrome</a></li>
<li><a href="test14.html">Audio Player on a page with form fields</a></li>
<li><a href="test15.html">Video player with search</a></li>
<li><a href="test16.html">Video player with sign language</a></li>
<li><a href="test17.html">Media player hidden by default, exposed dynamically</a></li>
</ul>
<h2>Credits</h2>
<p>The audio examples feature songs from the album <a href="http://www.terrillthompson.com/music/2012/01/flow-theory-flavors/"><em>Flavors</em> by Flow Theory</a>, provided courtesy of Terrill Thompson.</p>
<p>The video examples feature clips from videos produced by The DO-IT Center at the University of Washington. Additional videos are available on the <a href="http://uw.edu/doit/video">DO-IT Video</a> website, which uses Able Player.</p>
</body>
</html>