Needs review
Project:
Flowplayer API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2009 at 10:29 UTC
Updated:
9 Mar 2012 at 09:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachAdding Autoplay and Autobuffer options to the configuration are great ideas!
Comment #2
john_wind commentedCan you tell me where the instructions are for telling the flash module t use the flowplayer? I am stumped?
Comment #3
robloachI haven't any experience with the Flash module. Which one is that?
Comment #4
robloachComment #5
PseudoMax commentedAny timelines on autoplay/autobuffer in the config options ... I have posted in a different thread on this and still unable to manually get the player to stop playing on loading a page. Otherwise GREAT module!!
Comment #6
tamerzg commentedThis worked for me:
theme('flowplayer', array(
'clip' => array(
'url' => $video,
'autoPlay' => FALSE, // Turn autoplay off
'autoBuffering' =>TRUE,
),
),
$id, array(
'style' => "width: $width; height: $height",
));
Comment #7
ñull commentedAttached a patch file adds the configuration options for this
Comment #8
robloachI'm not sure these should appear in the global Flowplayer configuration, as you might want the video to autoplay when looking at a full node, you wouldn't want it to autoplay when looking at the teasers of multiple nodes. Autobuffering might be a good candidate here though.
Comment #9
artsy.ca commentedSweet!
Having a global config is a good start.
Comment #10
samirnassar commentedThis patch works nicely.
While it could use more fine-grained options it is more likely that those who want autoplay turned on by default are a minority compared to the people who want autoplay turned off by default.
Comment #11
samirnassar commenteddouble post.
Comment #12
Polyspiral commentedHi, Im using this for audio and video. The video it doesn't autoplay but the audio it does, how do I turn this off as I looked in the flowplayer.module and saw that it says false for each Autoplay command.
Thanks, sorry if that sounded very noob