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

Your preferred username that is used when logging in.

Embedding the commercial version Commercial version - Demo 5 / 6

Introduction

All commercial version can be embedded on the page with all alternate embedding methods including the pure OBJECT tag method. Here is a player that is embedded with single OBJECT tag:

HTML code

Here is our embedding code:

<object id="flowplayer" width="500" height="324" bgcolor="#000000"
	data="/swf/flowplayer.commercial-3.1.5.swf"
	type="application/x-shockwave-flash">

	<!-- movie param is required for IE -->
	<param name="movie" value="/swf/flowplayer.commercial-3.1.5.swf" />

	<!-- set to true if you want your users to be able to enter fullscreen mode -->
	<param name="allowfullscreen" value="true" />

	<!-- Flowplayer configuration -->
	<param name="flashvars"  value='config={
		"key":"$c6e9311935842bee951",
		"clip":"http://flowplayer.org/video/flowplayer-700.flv",
		"logo":{"url":"/img/player/acme.png","fullscreenOnly":false}}' />

</object>
Show this demo as a standalone page. Feel free to copy/paste its source code.

Different domain

You can also embed your commercial player on a different domain than the one your product key is assigned to. This link opens up a player that is playing on jquerytools.org, but the player is loaded from flowplayer.org.

The OBJECT tag configuration is similar to the previous example with the exception that the player is loaded from an absolute URL (from flowplayer.org).