beta

Web Service: Video/Download
Description: Download locally a video file in FLV format. Very usefull to get a copy of a video on your server.
Example of function call:
http://api.nimbb.com/Video/Download.aspx?key=PUBLIC_KEY&code=PRIVATE_KEY&guid=VIDEO_GUID
where you replace the values:
PUBLIC_KEY: your developer public key;
PRIVATE_KEY: your developer private key;
VIDEO_GUID: the video GUID.
Warning
This function is intended to be used to download video files locally on your server. Do not use it to play the video directly from your custom
FLV player on your site. By doing so, you would be exposing your private key to your visitors, which is a security breach to your account.
Go back to Web Service documentation.