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

Your preferred username that is used when logging in.

Display Properties Created Jun 9, 2010

This thread is solved

Views: 1561     Replies: 4     Last reply Jun 9, 2010  
You must login first before you can use this feature

m.temi

Posts: 3

Registered:
Jun 8, 2010

Display Properties

Posted: Jun 9, 2010

Where i can find all the documentation about the customizations of
the player ? for example the display properties is not mentioned
in every part of the site to change the label "Play Again" just only
in the forum. Where i can get all the customizations of the player ?
I've a commercial license but seems to be like a open source version
no documentation ...

Thanks

Edge
Vizmu Media ------------------- http://vizmu.com/

Posts: 576

Registered:
Nov 29, 2008

» Display Properties

Posted: Jun 9, 2010

Reply to: Display Properties, from
Hello,
Try the search function ;) http://flowplayer.org/search.html?q=Play+Again

m.temi

Posts: 3

Registered:
Jun 8, 2010

Disappoint

Posted: Jun 9, 2010

Reply to: » Display Properties, from edge
Ob but there's a section where i can see all the properties that can modify ? or i've to search inside the source ???
this situation is very embarassing, what about it ?

Edge
Vizmu Media ------------------- http://vizmu.com/

Posts: 576

Registered:
Nov 29, 2008

» Display Properties

Posted: Jun 9, 2010

Reply to: Display Properties, from
By simply using the search function you would have found this page:
http://flowplayer.org/documentation/configuration/appearance.html

Scroll down to the Play button section. Look for Replay Label.


// default settings for the play button
play: {

	/*
		relative path to the play button. this can JPG, PNG or SWF file.
		NOTE: button can only be changed in commercial versions
	*/
	url: 'play.swf',

	// all display properties, exept z-index, can be modified in all versions
	opacity: 0.8,

	// label text; by default there is no text
	label: null,

	// label text at end of video clip
	replayLabel: 'Play again',

	/*
		progress indicator - this is shown while video is being loaded.
		it is always in the same place as the play button.
	*/
	// how fast progress indicator fades out after video is loaded
	fadeSpeed: 500,

	// how fast buffering animation rotates
	rotateSpeed: 50

}

m.temi

Posts: 3

Registered:
Jun 8, 2010

I see but ...

Posted: Jun 9, 2010

Reply to: » Display Properties, from edge
... about the documentation is very deframmented and to
see all the features of the player is very hard ...
for the future is better if the support produce a manual
thanks