Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Linked up all the corrected demos
  • Loading branch information
kolber committed Jan 12, 2011
1 parent af1186f commit 78c299d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/index.css
Expand Up @@ -19,7 +19,7 @@ h2 { font-family: 'bpreplay', sans-serif; font-weight: normal; font-size: 24px;
h3 { margin: 30px 0px 8px; } h3 { margin: 30px 0px 8px; }


p { font-size: 13px; margin: 0px 0px 5px; padding: 0px 0px 1px; } p { font-size: 13px; margin: 0px 0px 5px; padding: 0px 0px 1px; }
p em { font-style: normal; color: #C1BDB0; } em { font-style: normal; color: #b1aca0; padding-right: 3px; }
a { color: #330; text-decoration: none; border-bottom: 1px solid; } a { color: #330; text-decoration: none; border-bottom: 1px solid; }


ol { padding: 0px; font-size: 11px; color: #C5C1B3; } ol { padding: 0px; font-size: 11px; color: #C5C1B3; }
Expand Down
9 changes: 6 additions & 3 deletions index.html
Expand Up @@ -43,9 +43,12 @@ <h3>Installation</h3>


<h3>Examples</h3> <h3>Examples</h3>
<p>A series of API tests & examples for using and extending audio.js</p> <p>A series of API tests & examples for using and extending audio.js</p>
<p><em>Example 1</em> <a href="http://kolber.github.com/audiojs/demos/test6.html">Playlist player</a></p> <p><em>Example 1</em> <a href="http://kolber.github.com/audiojs/demos/test1.html">Test multiple load types</a></p>
<p><em>Example 2</em> <a href="http://kolber.github.com/audiojs/demos/test3.html">Multiple players, testing <code>preload</code>, <code>loop</code> & <code>autoplay</code> attributes</a></p> <p><em>Example 2</em> <a href="http://kolber.github.com/audiojs/demos/test2.html">Custom markup/css</a></p>

<p><em>Example 3</em> <a href="http://kolber.github.com/audiojs/demos/test3.html">Multiple players, testing <code>preload</code>, <code>loop</code> & <code>autoplay</code> attributes</a></p>
<p><em>Example 4</em> <a href="http://kolber.github.com/audiojs/demos/test5.html">Customised player</a></p>
<p><em>Example 5</em> <a href="http://kolber.github.com/audiojs/demos/test6.html">Customised playlist player</a></p>

<h3>Source code</h3> <h3>Source code</h3>
<p>All efforts have been made to keep the source as clean and readable as possible. Until we release more detailed documentation, the annotated source is the best reference for usage.</p> <p>All efforts have been made to keep the source as clean and readable as possible. Until we release more detailed documentation, the annotated source is the best reference for usage.</p>
<p><a href="http://kolber.github.com/audiojs/docs/">Annotated source</a> / <a href="http://github.com/kolber/audiojs">Source on Github</a></p> <p><a href="http://kolber.github.com/audiojs/docs/">Annotated source</a> / <a href="http://github.com/kolber/audiojs">Source on Github</a></p>
Expand Down

0 comments on commit 78c299d

Please sign in to comment.