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:
- Use the commercial version of the player: flowplayer.commercial-3.1.5.swf.
- Supply the product key in the configuration.
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", "/swf/flowplayer.commercial-3.1.5.swf", {
// product key from your account
key: '$c6e9311935842bee951'
});
Troubleshooting
If for some reason you can still see the Flowplayer branding on your player, go through the following steps:
- 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.
- Check that you have generated the license key for the right domain name. The domain name is checked from the page URL. 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.
- If the steps listed above did not help, file a support request using the support item you received with your Flowplayer purchase.
- The key property name must be in lower case and the key value cannot contain any extra spaces.
- The product key must match the player version. For example, a key generated for version 3.0 does not work with 3.1 version.