문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top