New site and a new player!

Pheew! After a long period of development and testing we have finally released the new Flowplayer site and a new player version.

This is the long list of new features in Flowplayer 2.0:

  • * New default skin 'air'. Old 'black' and 'white' skins were
    dropped because everyone will want to use this highly customizable new skin.
  • * Sharing a video link via e-mail feature. Accessed from the menu.
  • * New button to mute and unmute the sound volume.
  • * Possibility to show/hide every button and widget in the control bar.
  • * Now uses the "native full screen" by default, no need to specify useNativeFullScreen: true to enable it.
  • * Shows the big play button overlay image by default, new config option 'usePlayOverlay' that can be used to disable it.
  • * New button to mute and unmute the sound volume.
  • * Added a new callback onFlowPlayerReady() to the JavaScript API.
  • * Removed the loop button (unnecessary)
  • * The initial volume level is now 50%
  • * The popup menu automatically hides after 10 seconds if not closed by the user.
  • * Added new "onPlaybackTime" callback to the JavaScript API. Reports the current time in the video timeline.
  • * Setting autoPlay: true now always starts playing the main video in case the first clip is a splash/thumb or the play button overlay.
  • * Embed view shows a direct link to the current video file. Added videoLink config option that can be used to override the default that is taken from the playList or the videoFile option.

For more info check out the new player section.

And finally, the licensing has changed. It's still free (and always will be) for non-commercial use. What do I mean by non-commercial use? Basically, if you are running a blog or some other sort of site whose primary purpose is not to make money you are also free to use Flowplayer in that blog/site. For all other purposes you'll need to purchase a license. Check out the details of licensing here.

Commercial licenses are sold in our on-line store.

Comments

2.0 not working/uploaded correctly

Ok, it might be I'm catching this mid-upgrade, But the FlowPlayer.html file is calling FlowPlayer.swf which wasn't included in the distribution, and the video (honda_accord.flv) doesn't exist, but honda.flv does. Still can't view it since the swf file is missing from the distribution.

Ahh late night coding!

Karl

api's picture

Sorry for this,

Sorry for this, FlowPlayer.html is outdated. If you change the reference to one of following it will work: FlowPlayerDark.swf, FlowPlayerLight.swf or FlowPlayerClassic.swf.

FlowPlayerDark.swf and FlowPlayerLight.swf are for the new "air" skin. FlowPlayerClassic.swf is the "classic" flowplayer gray skin.

Another thing that you need to do...

The path is wrong. the swf files are up a directory. When I change FlowPlayer.html to:


var fo = new SWFObject("../FlowPlayerLight.swf", "FlowPlayer", "468", "350", "7", "#ffffff", true);

THEN it works.

api's picture

Yes, you are right. How do

Yes, you are right. How do you like the new skin?

How do I like the skins?

Awesome, and clean, and very Mac looking.

I am having trouble getting my videos to start immediately as they do on your site. They load ALL the way in THEN start. I'm using iMovie on the mac, with various streaming/non-streaming, and compression settings. Can't seem to get that immediate start like YouTube.

Also, can't get the full screen working yet- still working on that.

Great job, though- looks dynamite!

Ok, Figured out Full Screen

Didn't have the html parameter.

Some of the documentation goes over my head, since I'm not a pro web guy anymore (was for years). The best way to teach or inform is by example. It would be nice to see a full, working example to show the context for the configuration parameters, etc. It's confusing where and how to put the playlist parameters, what goes in html tags, etc.

Thank you,

Karl

Also applies to JS...

../FlowPlayerDark.swf"
width="480" height="376" id="FlowPlayer">

../FlowPlayerDark.swf" />