I would like to know how I can directly embed an audio file that I have uploaded to OneDrive in HTML using the <audio> element.
- I know there's always an
Embedbutton in OneDrive, but I don't want that. That really only provides a big rectangle-shaped thing with a music icon and the filename, and when I click that, I'm still redirected to OneDrive. How can I really embed this using the HTML<audio>element? - I actually already tried the
Copy Audio Locationmenu item from Firefox's context menu. It gave me a link that worked in the Dreamweaver's Live Preview (in the split view), but it didn't work in any other browser, including Firefox and Chrome. - I would like to use pure HTML to do this, i.e. no JavaScript.
Does anyone know how to do this? Thanks!
