How do I synchronize the playback of two Player instances?
Created Jun 30, 2006
John Zukowski You need to share the TimeBase between the two players:
player1.setTimeBase(player2.getTimeBase())