我试图长时间显示我的ppt屏幕应该在网页中连续运行,而不使用 Google文档或 Skype驱动器,其中ppt文件和html页面是在我的本地文件夹中,但它没有显示在网页中。代码如下:
<!DOCTYPE html>
<html>
<body>
<iframe src="lp.ppt" width="800px" heigt="600px" name="iframe_a"></iframe>
</body>
</html>
任何人都可以帮助在html页面中显示ppt。
答案 0 :(得分:0)
我推荐官方View Office documents online
对于嵌入,您只需使用如下代码:
<iframe src='https://view.officeapps.live.com/op/embed.aspx?src={urlencode(site-to-ppt)}' width='962px' height='565px' frameborder='0'></iframe>