Quick Start Guide (subscription)

Quick Start Guide (free)
Our two quick start guides show you step-by-step how to get the data and how to put a trailer on your site. 

Sign up for a developer ID. It's Free!

( * Subscription Required)


Using an IVA player to put video on your site

Free Trailer API

Check out the Free Trailer API documentation or if you just want to use the API with our published ID's, use the following query and just replace the published ID.

http://www.videodetective.net/flash/players/movieapi/?publishedid=79937

The documentation will tell you more about the options you can set with this player.

Subscribers

Make a player inside Media Manager. Generate the code for that player. Put the player on any page you wish and pass the player any one of our Published ID's . That's it! See the sample code and video below. Make sure to set the security on your player so that others cannot take your player and use it on their own site.


Example: "

<head>

<script type="text/javascript" src="http://www.videodetective.net/html5/js/ivaplayer-1.1.min.js"></script>

</head>

<body>

<div id="ivadiv"></div>

<script     type="text/javascript">

ivaplayer('ivadiv').setup({

'flashplayer': 'http://www.videodetective.net/flash/players/?pversion=5.2&

playerid=306&sub=HTML5ReportTag',

'customerid': '12345',

'publishedid': '79937',

'playerid': '306',

'playlistid': '',

'videokbrate': '2500',

'fmt': '4',

'width': '638',

'height': '400',

'sub': 'HTML5ReportTag'

});

</script> 

</body>"


MP4 Progressive Download

The example player below is using our progressive download mp4 file format. If flash is not available on your device you will be seeing the fallback HTML5 Player also using our progressive download mp4's.


HLS Adaptive Biterate Streaming

In this example player you will see an example of our HLS content being played back. The device needs to have flash installed for this to work otherwise it will fall back to using the mp4 in the HTML5 player.