如何在Microsoft OneNote中插入MP4文件的打印输出

时间:2016-06-21 20:44:56

标签: windows mp4 onenote

寻找在Microsoft OneNote中使用MP4“插入打印输出”的方法(OneNote代表嵌入视频)。

任何想法如何实现这一目标?从OneNote页面直接播放视频会很不错。

1 个答案:

答案 0 :(得分:1)

您不能包含MP4文件(您可以将其作为附件添加),但您可以在发送的HTML中使用POST~ / pages通过OneNote API在OneNote中添加来自youtube的嵌入视频,包括这个:

<html>
    <head>
        <title>This page will contain a video!</title>
    </head>
    <body>
        <iframe data-original-src= "https://www.youtube.com/watch?v=h07qZLLQc4I", width="280" height="280"/>
    </body>
</html>