jplayer.pink.flag.audio.stream.html 965 B

123456789101112131415161718192021222324
  1. <div id="{{JPLAYER}}" class="jp-jplayer"></div>
  2. <div id="{{WRAPPER}}" class="jp-audio-stream" role="application" aria-label="media player">
  3. <div class="jp-type-single">
  4. <div class="jp-gui jp-interface">
  5. <div class="jp-volume-controls">
  6. <button class="jp-mute" role="button" tabindex="0">mute</button>
  7. <button class="jp-volume-max" role="button" tabindex="0">max volume</button>
  8. <div class="jp-volume-bar">
  9. <div class="jp-volume-bar-value"></div>
  10. </div>
  11. </div>
  12. <div class="jp-controls">
  13. <button class="jp-play" role="button" tabindex="0">play</button>
  14. </div>
  15. </div>
  16. <div class="jp-details">
  17. <div class="jp-title" aria-label="title">&nbsp;</div>
  18. </div>
  19. <div class="jp-no-solution">
  20. <span>Update Required</span>
  21. To play the media you will need to either update your browser to a recent version or update your <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
  22. </div>
  23. </div>
  24. </div>