Inserting the player in a SSL page
If you are using the Nimbb Player on a secure page on your site (URL starting with 'https'), then you probably have an error message from the browser when loading the page. The solution? Use our Nimbb Player from our secure SSL URL! It's simple: all you need to do is to change the URL to 'https' instead of 'http'.
This example requires you to specify your developer key (see tutorial).
A Platinum 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="https://player.nimbb.com/nimbb.swf?mode=record&key=XXXXXXXXXX&lang=en" />
<param name="allowScriptAccess" value="always" />
<embed name="nimbb" src="https://player.nimbb.com/nimbb.swf?mode=record&key=XXXXXXXXXX&lang=en" width="320" height="240" allowScriptAccess="always" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash">
</embed>
</object>
In the example, we are calling the Nimbb Player from the secure URL. You can do it both in view or record mode. The only thing you need is an active subscription.
If you get a message saying that you can't use the Nimbb Player in SSL mode, then something is wrong with your subscription. Make sure that you have specified your site URL in your Developer Settings.
View more tutorials.