Advertisement
Guest User

play audio to external disk

a guest
Apr 9th, 2020
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>absolute file path for music test</title>
  5. </head>
  6. <body>
  7.     <audio controls src="/Volumes/BBN/number-one.mp3" autoplay></audio>
  8. </body>
  9. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement