html - Embed Video into SharePoint WebPart - Do not play video when page opens -
i wrote following html embed flash video content webpart:
<embed src="relativeurltoflahfile" type="application/x-shockwave-flash" width="700" height="200"></embed>
works great, however, since have several videos in webparts start playing @ same time. videos not start when page opens.
i have tried adding
<embed...play="false" <embed..autoplay="false"
but none of options have worked.
thanks.
try add
autostart="false"
and in case used chrome "chrome doesn't seem understand true , false. use autostart="1" , autostart="0" instead."
source: html embed autoplay="false", still plays automatically
Comments
Post a Comment