質問

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