public void setVideoCAllBack() { URLVideoManager.GetInstance().OnVideoFinished += PlayVideoFinished; }
public void showVideo() { URLVideoManager.GetInstance().playVideoFromURL("https://s3-us-west-1.amazonaws.com/4mstatic/home_video.mp4"); }