Frage

I would like to embed a (MP3) audio file on a SharePoint online page.

The file is uploaded in a library but somehow embedding audio does not work.

Does anyone have a solution and/or a workaround for this?

War es hilfreich?

Lösung

Try using Embed webpart in SharePoint Online.

Use your code in Website address or embed code like below:

<iframe height="200" width="300" src="siteUrl/DocumentLibrary/file.mp3"></iframe>

official documentation:

Add content to your page using the Embed web part.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top