How to make my vine video with sound not muted at the start -


is there way in script unmute video? need click sound button have sound: iframe class="vine-embed" src="https://vine.co/v//embed/simple" width="600" height="600" frameborder="0"script async src="//platform.vine.co/static/scripts/embed.js" charset="utf-8"

or can make own embed.js , make sound come out @ same time video , point @ domain instead of vine?

thank's infos

use below "audio=1"

<iframe class="vine-embed" src="https://vine.co/v/h0xhmmx1nzh/embed/simple?audio=1"  width="480" height="480" frameborder="0"></iframe><script async  src="//platform.vine.co/static/scripts/embed.js" charset="utf-8"></script> 

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -