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

Your preferred username that is used when logging in.

Flowplayer Plugins Extend your player's functionality

Flash plugins

Flash plugins run inside the player and they can be positioned and layered anywhere on the player canvas. Their size, position and transparency can be tweaked and animated using JavaScript and ActionScript. The plugins can also expose their methods so that they become accessible through the JavaScript Plugin interface.

Streaming plugins

By default, Flowplayer uses a streaming plugin that reads video data from a file situated on a web server. However, if your video data is hosted on a streaming server or content delivery network (CDN), or is in a database or some other unusual location, you should use a different streaming plugin to play it. You can also build your own plugins that can read video data from custom sources.

JavaScript plugins

JavaScript plugins are located outside the player and are the main tool for extending Flowplayer. They are easy to implement and they can be very powerful. It is possible to create a control bar or playlist, for example, with just basic web development skills.

As newer and faster JavaScript runtime engines emerge, JavaScript is taking on an ever-more important role on the web. Our object-oriented JavaScript API is something that is new and has not previously been seen in the Flash world. This is a very exciting area for us and the industry right now.