FlowPlayer is participating 2021 OSC China Open Source Project Selection , please vote for it!
FlowPlayer in 2021 OSC China Open Source Project Selection {{projectVoteCount} has been obtained in, please vote for it!
2021 OSC China Open Source Project Selection It is in hot progress. Come and vote for your favorite open source project!
2021 OSC China Open Source Project Selection>>> Midfield Review
FlowPlayer won the 2021 OSC China Open Source Project Selection "The Best Popularity Project" !
Authorization Agreement Business software
development language ActionScript
operating system Cross platform
Software type Business software
Open source organizations nothing
region Unknown
deliverer Unknown
intended for unknown
Recording time 2008-12-16

Software Introduction

FlowPlayer is a video player developed with Flash on the Web, which can be easily integrated on any web page. Support HTTP and streaming media transmission.

Minimum setting:

 <! DOCTYPE html> <head>    <!--  flowplayer depends on jQuery 1.7.1+ (for now) -->    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>    <!--  flowplayer.js -->    <script type="text/javascript" src="flowplayer.min.js"></script>    <!--  player styling -->    <link rel="stylesheet" type="text/css" href="flowplayer/minimalist.css"> </head> <body>    <!--  player 1 -->    <div class="flowplayer">       <video src="my-video.mp4"></video>    </div>    <!--  player 2 -->    <div class="flowplayer">       <video>          <source type="video/webm" src="my-video2.webm">          <source type="video/mp4" src="my-video2.mp4">       </video>    </div> </body>

API example:

 // listen to events on second player flowplayer(1).bind("load", function (e, api, video) { }).bind("pause", function (e, api) { }); // work with jQuery $(".flowplayer").bind("unload", function (e, api) { });
Expand to read the full text

comment

Click to join the discussion 🔥 (1) Post and join the discussion 🔥
Published information
2012/09/30 00:00

FlowPlayer 5.0 released, online video player

FlowPlayer 5.0 was released. This is a native VIDEO tag implemented by pure HTML5+CSS3, which is automatically downgraded to a Flash player. It is specially designed for today's browsers to provide good performance and user experience. FlowPlayer is a video player developed with Flash on the Web, which can be easily integrated on any web page. Support HTTP and streaming media transmission.

one
twenty-four
Published information
2011/12/12 00:00

20+free and advanced web video players

Free Video Player Flowplayer – Flash Video Player for the Web Video LightBox JS JW Player Free flash flash flash flash/mp4 player SublimeVideo – HTML5 Video Player Advanced Video Player HTML5 Video Player Vplayer – Video player with Gallery Tejas – Premium HTML5 Video Player JQuery Html5 Video Player HTML5 Video Gallery with Live Playlist MediaBox – jQuery Plugin for Audio & Video Video Player Reflection Multi Sk...

eleven
one hundred and thirty-three
Published information
2009/09/03 00:00

Web video player FlowPlayer 3.1.3 release

FlowPlayer is a video player developed with Flash on the Web, which can be easily integrated on any web page. Support HTTP and streaming media transmission. The new version has some improvements in performance and stability, and connection establishment based on RTMP and RTMPT is faster. Download FlowPlayer 3.1.3

zero
one
Published information
2009/04/16 00:00

Web video player -- FlowPlayer 3.1.0 release

FlowPlayer is a video player developed with Flash on the Web, which can be easily integrated on any web page. Support HTTP and streaming media transmission. In this version, the player skin framework is added, and a new skin named Tube is added; A JavaScript based console; Extension framework of stream plug-in; Bandwidth detection plug-in; Data security, server cluster, etc. Some bugs have also been fixed. Download address: http://flowplayer.org/download/index.html...

zero
zero
No more
Loading failed, please refresh the page
Click to load more
Loading
next page
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
Issued a question and answer
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
No content temporarily
one comment
one hundred and thirty-seven Collection
 OSCHINA
Log in to view more high-quality content
 Back to top
Top