javascript - Making Jquery continue to next song -
i trying make after song in audio player finishes go mp3 have set in javascript, how can go doing this? 2nd mp3 set <?php echo isset( $_get['mp32'] ) ? $_get['mp32'] : ''; ?>
<audio class="audio" autoplay controls> <source src="<?php echo isset( $_get['mp3'] ) ? $_get['mp3'] : ''; ?>"> </audio>
Comments
Post a Comment