Developer API Functions

API Documentation Video Gallery API videoEnd forces video end api_play_currVideo play current video api_gotoNext go to next video api_gotoPrev go to previous video api_set_action_playlist_end trigger a function when the playlsit has ended ie. document.getElementById(“id_sample”).api_set_action_playlist_end(yourfunction) api_gotoItem go to specific item ie. document.getElementById(“id_sample”).api_gotoItem(3) for third item How to use api: Let’s say […]