Sandbox

Find traditional instrumental music
Revision as of 17:46, 15 June 2024 by WikiSysop (talk | contribs)

<ableaudioplaylist>

</ableaudioplaylist>


<html> <head>

 <link href="https://vjs.zencdn.net/8.10.0/video-js.css" rel="stylesheet" />
 <!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
 <!-- <script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script> -->

</head>

<body>

 <video
   id="my-video"
   class="video-js"
   controls
   preload="auto"
   width="640"
   height="264"
   poster="MY_VIDEO_POSTER.jpg"
   data-setup="{}"
 >
   <source src="https://tunearch.org/w/images/b/bb/Because_He_Was_A_Bonny_Lad.mp3" type="audio/mp3" />
   <source src="https://tunearch.org/w/images/e/eb/East_Neuk_of_Fife.mp3" type="audio/mp3" />
   <p class="vjs-no-js">
     To view this video please enable JavaScript, and consider upgrading to a
     web browser that
     <a href="https://videojs.com/html5-video-support/" target="_blank"
       >supports HTML5 video</a
     >
   </p>
 </video>
 <script src="https://vjs.zencdn.net/8.10.0/video.min.js"></script>

</body> </html>

<html> <audio class="video-js">

 <source src="https://tunearch.org/w/images/b/bb/Because_He_Was_A_Bonny_Lad.mp3" type="audio/mp3">
 <source src="https://tunearch.org/w/images/e/eb/East_Neuk_of_Fife.mp3" type="audio/mp3">

</audio> ‎</html>