I'm trying to write my own playlist editor using a csv file. Currently I can play the different files fine but each time a new window is created to play the next video in the list. I need to be able to keep the current player up and just begining playing the next video in that. Below is my code. I'm...