Reply
Visitor
WorkerBeeTV
Posts: 5
Registered: ‎03-30-2009
0 Kudos
Accepted Solution

Playlist Management using SMART API

We're using the MEDIA API to manage banners and videos for our site and it works fine. But when viewed on an iPad, the API does not seem to work. Looking through the documentation available on the support site, we can try using the SMART API but it doesn't seem to have any functionality relating to playlists. We will be needing the equivalent of the following functions:

  • getSelectedIndex
  • getNumPages
  • getPageIndex
  • getColumnCount
  • setSelectedIndex
  • showPage

I have sent a support ticket but I was informed that the mentioned functions do not exist in the SMART API. Any thoughts/suggestions as to how we can go about this?

Brightcove Team
BC-Oscar
Posts: 503
Registered: ‎12-11-2008
0 Kudos

Re: Playlist Management using SMART API

 

  You are correct, there is no support for the TileList API in the Smart Player API and there are not immediate plans to support it. However, we will be adding a new API for retrieving playlist matadata similar to getMediaCollection() and you could use that to build your own implementation in HTML. I'll post here when this new API is available.