playlist: switching audio tracks
I have several events which successfully replace the "src" attribute of my <source> tags in my parent <audio> tag.
The problem I am having is that even though the new audio file has been changed, the old one still plays. I suspect there is more to this than simply doing $( 'source' ).attr( 'src', 'new_audio_file' )
I can post whatever code is needed if anyone is interested in helping me, but if there is just some method I can call that I am unaware of, then that might do the trick.
Thanks.