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

Your preferred username that is used when logging in.

Commercial version and the product key Commercial version - Demo 1 / 6

Introduction

This demo shows you the minimal setup necessary for the commercial Flowplayer version. The player setup is identical to all other demos shown here with following exceptions:

Both of these can be downloaded from your account after you have purchased the commercial license from our download page. It's recommended that look at our first demo: minimal Flowplayer installation that describes in more detail how Flowplayer is installed.

Example

The following player is free from Flowplayer copyright notices and logos (i.e. branding):

Disabling the Flowplayer branding is achieved by supplying a product key to the Flowplayer installation. The installation happens between SCRIPT tags on your HTML page.

flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer.commercial-3.2.7.swf", {
	// product key from your account
	key: '#$7162d2d730cf607ac6d'
});
Show this demo as a standalone page. Feel free to copy/paste its source code.

Note: When you deploy the commercial player inside an IFRAME you must choose the product key for the iframe's origin domain, i.e., the domain in the iframe's SRC attribute. See this demo which displays the above standalone demo within an iframe on a different domain.

Troubleshooting

If for some reason you can still see the Flowplayer branding on your player, go through the following steps:

  1. Verify that you are in fact using the commercial player version. You should should use a file named flowplayer.commercial-x.x.x.swf and not flowplayer-x.x.x.swf.
  2. Check that you have generated the license key for the right domain name. The domain name is checked from the page URL - the one that is on the browser's location bar. Right now the domain is flowplayer.org. You cannot use the same key on flowplayer.com; however, you can use the key on my.subdomain.x.flowplayer.org.
  3. The key property name must be in lower case and the key value cannot contain any extra spaces.
  4. The product key must match the player version. For example, a key generated for version 3.0 does not work with 3.1 version.
  5. If the steps listed above did not help, you can search the answer from the forums or file a support request from your account.