Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top