start method
Implementation
void start(String url) {
  currentUrl = url;
  stop();
  recreateNode();
  if (isPlaying) {
    resume();
  }
}void start(String url) {
  currentUrl = url;
  stop();
  recreateNode();
  if (isPlaying) {
    resume();
  }
}