Embedding Youtube Videos in webbrowser. Object doesn't support property or method

后端 未结 4 1485
予麋鹿
予麋鹿 2021-02-12 12:21

Youtube has recently stopped supporting videos embedded in the format www.youtube.com/v/{key}. So I was trying to convert the video from \"/v/\" to \"/embed/\". However when I t

4条回答
  •  鱼传尺愫
    2021-02-12 12:48

    Use WebBrowser.NavigateToString instead of WebBrowser.Navigate and use the HTML instead of URL. check this screenshot for your easy reference

提交回复
热议问题