【问题标题】:how to display ppt on webpage using html,php,js,dhtml?如何使用html,php,js,dhtml在网页上显示ppt?
【发布时间】:2014-12-11 10:42:35
【问题描述】:

我在 html 中使用 ifram 和对象。但没有得到适当的输出,所以给我适当的答案, 如何使用html、js、php在网页上显示ppt?

【问题讨论】:

    标签: html dhtml


    【解决方案1】:

    没有直接的方法可以在您的网页上嵌入.ppt。一种解决方法是使用 Google Docs。您所要做的就是在 Google Docs 中上传演示文稿并获取链接,然后在您的 iframe 上使用它

    例子:

    <iframe src="http://docs.google.com/gview?url=YOUR_WEBSITE_URL/PRESENTATION_FILE&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>
    

    【讨论】:

      猜你喜欢
      • 2013-06-24
      • 2016-10-18
      • 1970-01-01
      • 2021-12-06
      • 1970-01-01
      • 2013-02-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多