javascript - Dynamically change JW Player playlist title -


within jw player 6.8, want dynamically change title of current "source" (playlist) being played. want, using ajax, send messages user in player.

i can set variable:

jwplayer().config.playlist[0].title='this song cool'; 

but player still shows original "title" set in setup.

how can force jw player render text again, reading new info? it's audio streaming (only 1 element in playlist array).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -