Community & Support

video module - not having videos autoplay

I'm using the video module with flvs (using flow player) and I really would not like any of my videos to autoplay... can I make any changes anywhere to change that?

Comments

Any answers?

Go into the video.module and set the autoplay to false and the loop to false. This will solve the issue.

nearly went batty looking for this

in video/includes/common.inc change true to false

line 353:               <param name="autoStart" value="false" />

line 355:               <param name="loop" value="false" />

v 5.x-1.5