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

后端 未结 4 1488
予麋鹿
予麋鹿 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:52

    Try to set your WebBrowser to a "silent mode" (ignoring these script errors). It requires some black IE/COM magic, but it works.

    See https://stackoverflow.com/a/6198700/3629903 on how to do it.

提交回复
热议问题