I'm using the class from the following page: http://docs.oracle.com/javafx/2/media/playercontrol.htm
I have a class called song which keep track of my mediaPlayers, I want to make it so that when I change the song in a playlist the player control does as well. i've tried reinitializing it to no avail, I use the player control class in my application at the bottom of a BorderPane
. I have a progress listener currently that changes when the song changes, and I attempt to reinitialize my player control there but it doesn't work.