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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -