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

Your preferred username that is used when logging in.

Sharing plugin Flash plugins - Demo 10 / 14

Introduction

Here is the Sharing plugin in it's default configuration.

JavaScript coding

Note that we don't need to specify any configuration options to get going. Several configuration options are available if you want to tweak the behavior.

$f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", {
	plugins: {
		sharing: {
			// load the sharing plugin
			url: 'flowplayer.sharing-3.2.1.swf'
		}
	},
	clip: {
	    autoPlay: false
	}
});

Take a look at a standalone version of this demo. View its source code to get things going on your page.