将视频嵌入 SharePoint WebPart - 页面打开时不播放视频
Posted
技术标签:
【中文标题】将视频嵌入 SharePoint WebPart - 页面打开时不播放视频【英文标题】:Embed Video into SharePoint WebPart - Do not play video when page opens 【发布时间】:2015-08-19 15:12:10 【问题描述】:我编写了以下 html 来将 flash 视频嵌入到内容 webpart 中:
<Embed src="RelativeUrlToFlahFile" TYPE="application/x-shockwave-flash" ></Embed>
效果很好,但是,因为我在 web 部件中有几个视频,它们都同时开始播放。我希望视频在页面打开时不开始。
我已经尝试添加
<embed...play="false"
<embed..autoplay="false"
但我的选择都没有奏效。
谢谢。
【问题讨论】:
【参考方案1】:尝试添加
autostart="false"
如果您使用的是 Chrome "Chrome 好像不明白真假,改用 autostart="1" 和 autostart="0" 吧。"
来源:HTML embed autoplay="false", but still plays automatically
【讨论】:
以上是关于将视频嵌入 SharePoint WebPart - 页面打开时不播放视频的主要内容,如果未能解决你的问题,请参考以下文章
具有嵌入式列引用和webpart的页面布局 - 2007年到2010年的升级影响?
在 Javascript 中嵌入 Sharepoint Web 部件
如何将 WebPart 添加到 SharePoint 网站中的所有页面?