Sorry, this question has been asked before, but the answers are years old and tend to be incomplete, so I'm hoping someone can give me a straightforward answer (structured in such a way that even a stressed person with a very tight timescale can implement it!)
I need to embed an audio file - with player - in an Umbraco page.
Obviously I tried an HTML 5 audio tag first. It doesn't work - it just displays the fall-back text.
I've looked to see if there any extensions, and found the BouvetUmbracoAudioPlayer, but that's very old, Flash-based (I think, so undesirable), and lacking documentation on how to implement it (someone questioned the lack of docs and was told to look for a video ... but that doesn't seem to exist anymore)
Any help (assuming little prior knowledge) would be much appreciated!
There is no stupid questions here. The important thing is that you have an issue or task that you are trying to compete and there for you are asking for help.
How to embed mp3 files into a page
Hi,
Sorry, this question has been asked before, but the answers are years old and tend to be incomplete, so I'm hoping someone can give me a straightforward answer (structured in such a way that even a stressed person with a very tight timescale can implement it!)
I need to embed an audio file - with player - in an Umbraco page.
Obviously I tried an HTML 5 audio tag first. It doesn't work - it just displays the fall-back text.
I've looked to see if there any extensions, and found the BouvetUmbracoAudioPlayer, but that's very old, Flash-based (I think, so undesirable), and lacking documentation on how to implement it (someone questioned the lack of docs and was told to look for a video ... but that doesn't seem to exist anymore)
Any help (assuming little prior knowledge) would be much appreciated!
Hi Ross,
There is no stupid questions here. The important thing is that you have an issue or task that you are trying to compete and there for you are asking for help.
Try to see my comment in this thread https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/57595-Embedding-mp3s-on-a-Content-page
Hope this can help you. Remember your browser need to support the HTML 5 audio tag.
You can check which browser that support it here http://caniuse.com/#search=audio
Hope this helps,
/Dennis
is working on a reply...