Get This    Configuration    Examples


Flashvars

Flashvar : hider.areas

Xml File with informations about areas to blur or to color.

Flashvar : hider.intensity

Intensity of blur if it's not a color. The default is 10.

Flashvar : blur.color

Color of the areas can be changed like this :
'hider.color':'#FFFFFF' or 'hider.color':'0xFFFFFF' or 'hider.color':'blur'

Example of xml file :

<hider>

	//x = top left corner x coordinate (% of player width)
	//y = top left corner y coordinate (% of player height)
	//width = width of the area (% of player width)
	//height =  height of the area (% of player height)
	//begin = hh:mm:ss.m
	//end = hh:mm:ss.m
	
	<area x="57" y="13" width="20" height="25" begin="00:00:00" end="00:00:03.5" />
	<area x="30" y="30" width="40" height="30" begin="00:00:03.5" end="00:00:05" />
	<area x="50" y="13" width="35" height="60" begin="00:00:05" end="00:00:06" />
</hider>


Link to xml file : video.xml

Sending flashvars without reloading the player

User can send the flashvars he wants using a javascript function : hider_send_flashvars(infos)

"infos" parameter looks like this for example : {'hider.areas':'video2.xml','hider.color':'blur'}

Creative Commons License Hider plugin for JW FLV Player by Sarl ExcelLance est mis à disposition selon les termes de la licence Creative Commons Paternité-Pas d'Utilisation Commerciale 2.0 France. Les autorisations au-delà du champ de cette licence peuvent être obtenues à http://www.excellance.fr/contact.