diff --git a/examples/multipleTracks/README.md b/examples/multipleTracks/README.md new file mode 100644 index 00000000..8049c02b --- /dev/null +++ b/examples/multipleTracks/README.md @@ -0,0 +1,13 @@ +# Multiple Tracks Example + +An example of setting up Webamp with multiple audio tracks. + +This example fetches the Webamp bundle from a free CDN, and fetches the audio file and skin from a free CDN as well. + +You should be able to open this local html file in your browser and see Webamp working. + +``` +$ git clone git@github.com:captbaritone/webamp.git +$ cd webamp +$ open examples/multipleSkins/index.html +``` diff --git a/examples/multipleTracks/index.html b/examples/multipleTracks/index.html new file mode 100755 index 00000000..ce930f83 --- /dev/null +++ b/examples/multipleTracks/index.html @@ -0,0 +1,62 @@ + + + + + + + +
+ +
+ + + + diff --git a/examples/readme.md b/examples/readme.md index de5a0db9..0d8cde6f 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -3,6 +3,8 @@ This directory contains a number of examples of how to add Webamp to a project. - [Minimal](./minimal) Stick Webamp in a `