Skip to content

Commit

Permalink
Lana del ray
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-peterson committed Oct 4, 2014
1 parent 015cb7b commit 5924b2a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,25 @@ <h3>Video</h3>
<div class='col-md-3' id='audio-playlistSpan4'>
<h3>Audio</h3>
<audio id="audio-playlist" controls
poster="https://d1gajuxrsak92a.cloudfront.net/uploads/works/4a4a093ceaea611ce732dc7e0bca365e09695f44/icon/1280Effay%20-%20Interstition%20-%20cover.jpg" class="video-js vjs-default-skin">
<source src='https://d1gajuxrsak92a.cloudfront.net/uploads/works/4a4a093ceaea611ce732dc7e0bca365e09695f44/v1/Effay - Interstition - 01 Beautiful Curse.m4a' type="audio/mp4">
<source src='https://d1gajuxrsak92a.cloudfront.net/uploads/works/4a4a093ceaea611ce732dc7e0bca365e09695f44/v1/Effay - Interstition - 01 Beautiful Curse.ogg' type="audio/ogg">
<source src='https://d1gajuxrsak92a.cloudfront.net/uploads/works/4a4a093ceaea611ce732dc7e0bca365e09695f44/v1/Effay - Interstition - 01 Beautiful Curse.webm' type="audio/webm">
poster="https://s3.amazonaws.com/timrpeterson/videojs-playlist/lanadelray.png" class="video-js vjs-default-skin">
<source src='https://s3.amazonaws.com/timrpeterson/videojs-playlist/01BorntoDie.m4a' type="audio/mp4">
<source src='https://s3.amazonaws.com/timrpeterson/videojs-playlist/01BorntoDie.webm' type="audio/webm">
<source src='https://s3.amazonaws.com/timrpeterson/videojs-playlist/01BorntoDie.ogg' type="audio/ogg">

</audio>
<div class="jp-type-playlist" style=''>
<div id="audio-playlist-vjs-playlist" class='vjs-playlist jp-playlist' style='width:100%'>
<ul>
<li >
<a class='vjs-track currentTrack' href='#track-0' data-index='0' data-src='https://d1gajuxrsak92a.cloudfront.net/uploads/works/4a4a093ceaea611ce732dc7e0bca365e09695f44/v1/Effay - Interstition - 01 Beautiful Curse'> Beautiful Curse </a><!--//note in the data-src's above that there are no file extensions, e.g., .m4a-->
<a class='vjs-track currentTrack' href='#track-0' data-index='0' data-src='https://s3.amazonaws.com/timrpeterson/videojs-playlist/01BorntoDie'> Born to Die </a><!--//note in the data-src's above that there are no file extensions, e.g., .m4a-->
</li>
<li >
<a class='vjs-track jp-playlist-item' href='#track-1' data-index='1' data-src='https://d1gajuxrsak92a.cloudfront.net/uploads/works/4a4a093ceaea611ce732dc7e0bca365e09695f44/v1/Effay - Interstition - 02 Masquerade Parade'><!--//note in the data-src's above that there are no file extensions, e.g., .m4a-->
Masquerade Parade</a>
<a class='vjs-track jp-playlist-item' href='#track-1' data-index='1' data-src='https://s3.amazonaws.com/timrpeterson/videojs-playlist/02OfftotheRaces'><!--//note in the data-src's above that there are no file extensions, e.g., .m4a-->
Off to the Races</a>
</li>
<li >
<a class='vjs-track jp-playlist-item' href='#track-2' data-index='2' data-src='https://d1gajuxrsak92a.cloudfront.net/uploads/works/4a4a093ceaea611ce732dc7e0bca365e09695f44/v1/Effay - Interstition - 03 Lost Words'><!--//note in the data-src's above that there are no file extensions, e.g., .m4a-->
Lost Words</a>
<a class='vjs-track jp-playlist-item' href='#track-2' data-index='2' data-src='https://s3.amazonaws.com/timrpeterson/videojs-playlist/03BlueJeans'><!--//note in the data-src's above that there are no file extensions, e.g., .m4a-->
Blue Jeans</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 5924b2a

Please sign in to comment.