video module - not having videos autoplay

high1memo - June 2, 2007 - 14:47

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?

Any answers?

lynnpauls - September 30, 2007 - 05:55

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

autoStart setting is in includes/common.inc of video module

decibel.places - June 25, 2009 - 04:23

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

 
 

Drupal is a registered trademark of Dries Buytaert.