﻿var cs = window.cs ? window.cs : {};

cs.flashplayer = {
    onPlay : function(flashPlayerId, videoInfo)
    {        
    },
    
    onPause : function(flashPlayerId, videoInfo)
    {               
    },
        
    onNext : function(flashPlayerId, videoInfo)
    {          
    },
        
    onPrev : function(flashPlayerId, videoInfo)
    {   
    }
}