You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Icon shows a "pause" instead of "play" when auto-buffering turned on Created Oct 30, 2009

This thread is solved

Views: 2653     Replies: 4     Last reply Nov 27, 2009  
You must login first before you can use this feature

paulmurphy

Posts: 1

Registered:
Oct 30, 2009

Icon shows a "pause" instead of "play" when auto-buffering turned on

Posted: Oct 30, 2009

When the player loads the bottom left corner shows as a 'pause' icon even though it is not playing. This only happens when autoBuffering is true as well as autoPlay is false.

The icon should show as 'play' because it hasn't started playing yet. Any idea how to make it show the 'play' icon as it should in this situation?

    flowplayer(video, "../flash/flowplayer-3.1.4.swf", {
        clip: {
            autoPlay: false, autoBuffering: true
        }
    });

web00132

Posts: 17

Registered:
Oct 14, 2009

Same here

Posted: Nov 17, 2009

Reply to: Icon shows a "pause" instead of "play" when auto-buffering turned on, from paulmurphy
I've got the same problem, does anyone know anything about this?

John

Posts: 1

Registered:
Nov 20, 2009

Same.

Posted: Nov 20, 2009

Reply to: Same here, from web00132
Had a playlist with an image between each video. Was working before with 3.1.4. Now with 3.1.5 would stop on the image but not allow the user to go to the next video.

Added a duration to the image with autoPlay on, and set autoBuffer to false. This popped the play button back up to play the next video.


clip: {
  autoPlay: true, 
  autoBuffering: false 
},
playlist: [
  "/uploads/testimonials/1.flv",
  {url: "/images/h_vidCover2.jpg", autoPlay: true, durection: 2},
  {url: "/uploads/testimonials/2.flv", autoPlay: false},
  {url: "/images/h_vidCover2.jpg", autoPlay:  true, durection: 2},
  {url: "/uploads/testimonials/3.flv", autoPlay: false},
  {url: "/images/h_vidCover2.jpg", autoPlay:  true, durection: 2},
  {url: "/uploads/testimonials/4.flv", autoPlay: false},
  {url: "/images/h_vidCover2.jpg", autoPlay:  true, durection: 2}
],

web00132

Posts: 17

Registered:
Oct 14, 2009

Well...

Posted: Nov 25, 2009

Reply to: Same., from defvayne23
I found this thread describing the same issue:
http://flowplayer.org/forum/8/28604

Still no answers from any devs?

ndreij

Posts: 3

Registered:
Oct 25, 2009

» Well...

Posted: Nov 27, 2009

Reply to: Well..., from web00132
I'm having the same issue.