我正在使用ifram&在html中的对象。但没有得到适当的输出所以给我适当的答案, 如何使用html,js,php在网页上显示ppt?
答案 0 :(得分:0)
在您的网页上嵌入.ppt
没有直接的方式。解决方法是使用Google文档。您所要做的就是在Google文档中上传演示文稿并获取链接,然后在iframe
上使用
示例:
<iframe src="http://docs.google.com/gview?url=YOUR_WEBSITE_URL/PRESENTATION_FILE&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>