Using your developer key
To unlock the programming features our Nimbb Player, you must use a developer key. By creating an account on our site, you get your unique key for free!
Take note of your key, since you will need it to complete the intermediate and advanced tutorials.
In this example, you can see how to specify your key to the Nimbb Player.
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="https://player.nimbb.com/nimbb.swf?guid=XXXXXXXXXX&key=XXXXXXXXXX&lang=en" />
<param name="allowScriptAccess" value="always" />
<embed name="nimbb" src="https://player.nimbb.com/nimbb.swf?guid=XXXXXXXXXX&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 replace the XXXXXXXXXX with your public key. By specifying your key, you can access the events and methods of the Nimbb Player.
View more tutorials.