design_skin | autoplay the track ( only works is cue is set to “on” |
, call_from | call from a specific api |
, autoplay_on_scrub_click | autoplay the track ( only works is cue is set to “on” |
, preload_method | “none” or “metadata” or “auto” ( whole track ) |
, loop | loop the track |
, pause_method | loop the track |
, settings_extrahtml | some extra html – can be rates, plays, likes |
, settings_extrahtml_after_artist | some extra html after the artist |
, settings_extrahtml_in_float_left | some extra html that you may want to add inside the player, to the right |
, settings_extrahtml_in_float_right | some extra html that you may want to add inside the player, to the right — .extra-html-in-controls-right |
, settings_extrahtml_before_play_pause | some extra html that you may want before play button |
, settings_extrahtml_after_play_pause | some extra html that you may want after play button |
, settings_trigger_resize | check the player dimensions every x milli seconds |
, design_thumbh | thumbnail size |
, disable_timer | disable timer display |
, player_navigation | auto decide if we need player navigation |
, enable_embed_button | enable the embed button |
, embed_code | embed code |
, skinwave_dynamicwaves | dynamic scale based on volume for no spectrum wave |
, soundcloud_apikey | set the sound cloud api key |
, parentgallery | the parent gallery of the player |
, skinwave_enableSpectrum | off or on |
, skinwave_enableReflect | (deprecated) |
, skinwave_place_thumb_after_volume | place the thumbnail after volume button |
, skinwave_place_metaartist_after_volume | place metaartist after volume button |
, settings_useflashplayer | off or on or auto |
, skinwave_spectrummultiplier | (deprecated) number |
, settings_php_handler | the path of the publisher.php file, this is used to handle comments, likes etc. |
, php_retriever | the soundcloud php file used to render soundcloud files |
, skinwave_mode | “normal” or “small” or “alternate” |
, skinwave_wave_mode | “normal” or “canvas” or “line” |
, skinwave_wave_mode_canvas_mode | “normal” or “reflecto” |
, skinwave_wave_mode_canvas_normalize | normalize wave to look more natural |
, skinwave_wave_mode_canvas_waves_number | the number of waves in the canvas ( “1” pixel waves, “2” 2 pixel width waves, “3” 3 pixel width waves, “anything more then 3” means number of waves in the container, for example 100 means 100 waves in 1000px container if the container is 1000px width ) |
, skinwave_wave_mode_canvas_waves_padding | padding between waves ( “1” 1 pixel between < - > “0” no reflection ) |
, skinwave_wave_mode_canvas_reflection_size | the reflection size ( “1” full size < - > “0” no reflection ) |
, wavesurfer_pcm_length | define the precision of the wave generation; higher is more precise, but occupies more space |
, pcm_data_try_to_generate | try to find out the pcm data and sent it via ajax ( maybe send it via php_handler |
, pcm_data_try_to_generate_wait_for_real_pcm | if set to on, the fake pcm data will not be generated |
, pcm_notice | show a notice for pcm |
, notice_no_media | show a notice for when the media errors out |
, skinwave_comments_links_to | clicking the comments bar will lead to this link ( optional ) |
, skinwave_comments_enable | enable the comments, publisher.php must be in the same folder as this html |
// ,skinwave_comments_mode | inner-field or outer-field ( no use right now ) |
, skinwave_comments_mode_outer_selector | the outer selector if it has one |
skinwave_comments_process_in_php | select wheter the comment text should be processed in javascript “off” / or in php, later “on” |
, mobile_delete | delete the whole player on mobile, useful for unwanted footer players in mobile |
, footer_btn_playlist | disable feeding to other players on mobile |
, mobile_disable_fakeplayer | disable feeding to other players on mobile |
, skinwave_comments_retrievefromajax | retrieve the comment form ajax |
, skinwave_preloader_code | retrieve the comment form ajax |
, skinwave_comments_displayontime | display the comment when the scrub header is over it |
, skinwave_comments_avatar | default image |
, skinwave_comments_allow_post_if_not_logged_in | allow posting in comments section if not looged in, to be logged in, skinwave_comments_account must be an account id |
, default_volume | number / set the default volume 0-1 or “last” for the last known volume |
, volume_from_gallery | the volume set from the gallery item select, leave blank if the player is not called from the gallery |
, design_menu_show_player_state_button | show a button that allows to hide or show the menu |
, embedded | if embedded in a iframe |
, embedded_iframe_id | if embedded in a iframe, specify the iframe id here |
, sample_time_start | if this is a sample to a complete song, you can write here start times, if not, leave to 0. |
, sample_time_end | if this is a sample to a complete song, you can write here start times, if not, leave to 0. |
, sample_time_total | if this is a sample to a complete song, you can write here start times, if not, leave to 0. |
google_analytics_send_play_event | send the play event to google analytics, you need to have google analytics script already on your page |
, fakeplayer | if this is a fake player, it will feed |
, failsafe_repair_media_element | some scripts might effect the media element used by zoomsounds, this is how we replace the media element in a certain time |
, action_audio_play | set a outer play function ( for example for tracking your analytics ) |
, action_audio_play2 | set a outer play function ( for example for tracking your analytics ) |
, action_audio_pause | set a outer play function ( for example for tracking your analytics ) |
, action_audio_end | set a outer ended function ( for example for tracking your analytics ) |
, action_audio_comment | set a outer commented function ( for example for tracking your analytics ) |
, action_received_time_total | event triggers at receiving time total |
, action_audio_change_media | set a outer on change track function |
, action_audio_loaded_metadata | set a outer commented function ( for example for tracking your analytics ) |
, action_video_contor_60secs | fire every 30s |
, type_audio_stop_buffer_on_unfocus | if set to on, when the audio player goes out of focus, it will unbuffer the file so that it will not load anymore, useful if you want to stop buffer on large files |
, construct_player_list_for_sync | construct a player list from the page that features single players playing one after another. searches for the .is-single-player class in the DOM |
, settings_exclude_from_list | a audioplayer list is formed at runtime so that when |
, design_wave_color_bg | waveform background color.. 000000,ffffff gradient is allowed |
, design_wave_color_progress | waveform progress color |
, gallery_gapless_play | play without pause |
, preview_on_hover | on mouseenter autoplay the track |
, watermark_volume | on mouseenter autoplay the track |
, controls_external_scrubbar | on mouseenter autoplay the track |
Leave A Comment?