• Robert Crooks's picture
    Robert Crooks on December 16, 2011

    .BCLhidden { visibility: hidden; } .BCLshown { visibility: visible; } small { font-size: 12px; } The new Smart Player API allows you to listen for (or even set) cue points in your video, so that you can respond with mid-stream behaviors. In this example, I will show you how to display overlay images at cue points. Read More →

  • Robert Crooks's picture
    Robert Crooks on December 16, 2011

    table.playlist {font-size: 10px; height: 280px; } td { vertical-align: top; border: 1px solid #999; } #playlist { height: 270px; overflow: scroll; border: 1px solid #999; } .playlistTR { height: 60px; } #playlistTable { height: 100px; text-align: center; } strong { color: #F4901E; } fieldset { width: 540px; } .BCLnote { font-style: italic; } small {font-size:12px;} HTML5 players do not support multiple playlists, but you can overcome that using the Media AP Read More →

  • Robert Crooks's picture
    Robert Crooks on December 15, 2011

    The new Smart Player API that works for both HTML5 and Flash players brings many benefits, including the ability to display captions or subtitles for you videos. Read More →