Hide the Nimbb logo
If you want to integrate the Nimbb Player in your site more seamlessly, you might want to hide the Nimbb logo. This is possible by using the nologo parameter. In this example, we are hiding the logo in View mode. Note that you can also hide the logo in Record mode.
This example requires you to specify your developer key (see tutorial).
A Silver or higher subscription is required.
Example
HTML code
<object id="nimbb" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="240" codebase= "http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="http://player.nimbb.com/nimbb.swf?guid=XXXXXXXXXX&nologo=1&key=XXXXXXXXXX&lang=en" />
<param name="allowScriptAccess" value="always" />
<embed name="nimbb" src="http://player.nimbb.com/nimbb.swf?guid=XXXXXXXXXX&nologo=1&key=XXXXXXXXXX&lang=en" width="320" height="240" allowScriptAccess="always" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash">
</embed>
</object>
Simply set nologo to value 1. If the Nimbb logo doesn't hide, make sure to add your site URL in your Developer Settings.
View more tutorials.