beta

nimbb



Development: list of parameters

Here is the list of parameters accepted by the Nimbb Player. You can add them in your HTML code to assign values to the player on startup.

autoplay Optional. While in view mode, automatically starts video playback when the Nimbb Player is loaded. Assign the value '1' to activate.
bgcolor Optional. Specify the background color in hexadecimal format (example: FFFFFF).
bordercolor Optional. Specify the border color in hexadecimal format (example: 000000).
disablecamera Optional. Disable camera so that only the audio is recorded.
guid The GUID of the video to watch. Mandatory if the view mode is used.
key Optional. The developer's public key. When specified, it allows you to activate the advanced functions of the Nimbb Player so you can program it.
lang Optional. Language of the player's interface ('en' for English or 'fr' for French).
mode Optional. Specifies the mode of the player ('view' or 'record'). The default is 'view'.
nologo Optional. Hide the Nimbb logo while in playback mode (need a Silver, Gold or Platinum subscription). Assign the value '1' to activate.
playonclick Optional. In view mode, the video playback starts when the video image is clicked. Assign value '1' to activate.
quality Optional. Set the level of video quality when recording. Numbers from 1 (low) to 10 (high). The higher the number, the better the video quality but also requires more bandwidth. The default value is 10.
recordlength Optional. The maximum recording time of a video, in seconds.
redirecturl Optional. Specify an URL where to redirect the browser after the video has been saved. The saved guid is also posted as a parameter to the URL and can be ready inside the redirected page.
showlabels Optional. If '1', show labels on buttons. If '0', use tooltips. If the player's width is smaller than 320 pixels, this value is automatically set to '0'.
showmenu Optional. Display ('1') or hide ('0') the interface's menu.
simplepage Optional. If '1', display a simple Thank you page after saving the video, instead of the default sharing page.
textcolor Optional. Specify the text color in hexadecimal format (example: 000000).
titlecolor Optional. Specify the title color in hexadecimal format (example: 000000).
volume Optional. Set the video playback volume (values from 0 to 100).

For an example of specifying parameters in your code, see our tutorial.