zoomsounds audio player – api settings

cthis.get(0).api_destroy // — destroy the player and the listeners
cthis.get(0).api_play // — play the media
cthis.get(0).api_get_last_vol // — play the media
cthis.get(0).api_click_for_setup_media // — play the media
cthis.get(0).api_init_loaded // — force resize event
cthis.get(0).api_handleResize // — force resize event
cthis.get(0).api_set_playback_speed // — set the playback speed, only works for local hosted mp3
cthis.get(0).api_change_media // — change the media file from the API
cthis.get(0).api_seek_to_perc // — seek to percentage ( for example seek to 0.5 skips to half of the song )
cthis.get(0).api_seek_to // — seek to percentage ( for example seek to 0.5 skips to half of the song )
cthis.get(0).api_seek_to_visual // — seek to perchange but only visually ( does not actually skip to that ) , good for a fake player
cthis.get(0).api_set_volume // — set a volume
cthis.get(0).api_visual_set_volume // — set a volume
cthis.get(0).api_destroy_listeners // — set a volume

cthis.get(0).api_pause_media // — pause the media
cthis.get(0).api_pause_media_visual // — pause the media, but only visually
cthis.get(0).api_play_media // — play the media
cthis.get(0).api_play_media_visual // — play the media, but only visually
cthis.get(0).api_handle_end // — play the media, but only visually
cthis.get(0).api_change_visual_target // — play the media, but only visually
cthis.get(0).api_change_design_color_highlight // — play the media, but only visually
cthis.get(0).api_draw_scrub_prog // — render the scrub progress
cthis.get(0).api_draw_curr_time // — render the current time
cthis.get(0).api_get_times // — refresh the current time
cthis.get(0).api_check_time // — do actions required in the current frame
cthis.get(0).api_sync_players_goto_next // — in the sync playlist, go to the next song
cthis.get(0).api_sync_players_goto_prev // — in the sync playlist, go to the previous song
cthis.get(0).api_regenerate_playerlist_inner // — regenerate the playlist inner
cthis.get(0).api_get_time_curr // — get current time
cthis.get(0).api_set_time_curr // — set current time
cthis.get(0).api_get_time_total // — get total time
cthis.get(0).api_set_time_total // — set total time
cthis.get(0).api_seek_to_0 // — reset to 0 play time
cthis.get(0).api_step_back // — step back
cthis.get(0).api_step_forward // — step forward
cthis.get(0).api_playback_slow // — slow to 2/3 of the current song
cthis.get(0).api_playback_reset // — playback speed to one
cthis.get(0).api_set_action_audio_play = // — set action on audio play
cthis.get(0).api_set_action_audio_pause = // — set action on audio pause
cthis.get(0).api_set_action_audio_end // — set action on audio end
cthis.get(0).api_set_action_audio_comment // — set the function to call on audio song comment
cthis.get(0).api_try_to_submit_view // — try to submit a new play analytic

Leave A Comment?