Download & Extend

how to disable autobuffer, autoplay on a video when.

Project:Blue Droplet Video
Version:6.x-1.2
Component:Code
Category:support request
Priority:normal
Assigned:jbrown
Status:active

Issue Summary

Hi,

my problem lies with bd_video module and with flowplayer. (both modules are great, thank you developers!)

I googled, searched here, but did not succeed. I'd like to disable autobuffer and autoplay in bd_video module which uses flowplayer. I didn't know where to ask for help. When I look at the page source there are no flash vars, except those belove. Maybe somebody has a solution for this or point me to the right direction?

<div class="field field-type-bd-video field-field-video">
      <div class="field-label">Video:&nbsp;</div>
    <div class="field-items">
            <div class="field-item odd">
                    <div id="flowplayer" class="flowplayer"style="width: 736px; height: 438px;"></div>        </div>
        </div>
</div>

Just 3 days ago I switched from xoops and I'm just WOW about Drupal, I regret that Drupal wasn't my first choice 2 years ago.

Thank you everyone for what you are doing! :D

Comments

#1

Status:active» closed (fixed)

#2

I am having the same issue. I allied the flowplayer autobuffer/autoplay patch. Set autoplay= false on flowplayer.module and flowplayer.admin.inc but it still autoplays. I even deleted the autoplay line in flowplayer.admin.inc as suggested in the patch. Nothing seems to help

#3

I am having the same issue. I allied the flowplayer autobuffer/autoplay patch. Set autoplay= false on flowplayer.module and flowplayer.admin.inc but it still autoplays. I even deleted the autoplay line in flowplayer.admin.inc as suggested in the patch. Nothing seems to help

#4

Category:task» support request
Assigned to:Anonymous» jbrown

BDV overrides the sitewide flowplayer setting.

There is a 'Start immediately' checkbox in the 'Video player' section on the field configuration page.

#5

found it thanks

#6

Hi

I am having a similar problem with autoplay. If a user encodes a video, it gets a preview image and does not start automatically, however,If a user uploads an flv video and checks "video is flash ready" the video autostarts. I hope that is clear!

Is there any way around this? I've tried various ways to add in autostart - false but so far nothing has worked.

#7

Status:closed (fixed)» active

I am facing the same problem as jonty17.

I have disabled the 'Start immediately' checkbox in the 'Video player' section on the field configuration page.

My non-transcoded videos are displayed on the same page are autoplaying all at the same time

#8

Version:6.x-1.x-dev» 6.x-1.2
Component:Miscellaneous» Code

Had the same problem. Fixed it by overriding (read breaking) the code:

in player.inc line 219 reads: 'scaling' => 'fit',

Added in these two new lines under it:
'autoPlay' => FALSE,
'autoBuffering' => FALSE,

Now it does not autostart, autobuffer anymore.

nobody click here