public void SetVideoFromRelateUrl(string url)
    {
        string resultStr = XFileManager.GetFileUrl(url);

        SetVideoUrl(resultStr);
    }