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

lynnpauls’s picture

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

decibel.places’s picture

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