beta

Tutorial: Redirect user after recording
It would be interesting to improve the site's interface by redirecting users to a page when they complete saving the video.
In this example, you are redirected to a URL when you click Save.
This example requires you to specify your developer key (see
tutorial).
Example
HTML code
Record a video and click <i>Save</i> :
<br><br>
<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?mode=record&redirecturl=http://nimbb.com/Doc/Tutorials/Thanks.aspx&key=XXXXXXXXXX&lang=en" />
<param name="allowScriptAccess" value="always" />
<embed name="nimbb" src="http://player.nimbb.com/nimbb.swf?mode=record&redirecturl=http://nimbb.com/Doc/Tutorials/Thanks.aspx&key=XXXXXXXXXX&lang=en" width="320" height="240" allowScriptAccess="always" pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>
In this example, we set an URL to the redirecturl parameter. The Nimbb Player manage the redirection.
Note that you can use an absolute or relative URL path.
When redirecting, the Nimbb Player also adds the video GUID as an URL parameter.