Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

HTML5 Mediaplayer

  • 2 回覆
  • 1 有這個問題
  • 18 次檢視
  • 最近回覆由 John Clark
  • 封存

When assigning a URL to the mediaplayer object it started appending the current path to the URL. Did not do that in prior version. You can see it automatically puts the current browsing URL and then the URL that is assigned. So the file will not load. GET https://www.swingtechnologies.com/https://www.swingtechnologies.com/UploadVideos/clarkj@pobox.com/S200629_019 A.mp4 [HTTP/2 404 8ms]

When assigning a URL to the mediaplayer object it started appending the current path to the URL. Did not do that in prior version. You can see it automatically puts the current browsing URL and then the URL that is assigned. So the file will not load. GET https://www.swingtechnologies.com/https://www.swingtechnologies.com/UploadVideos/clarkj@pobox.com/S200629_019 A.mp4 [HTTP/2 404 8ms]

所有回覆 (2)

I had to special case FireFox in my code to remove the site URL when assigning the URL. Will work until they change back. However it restricts cross referencing a video from another site.

Firefox has some issues with various functions that are available in Edge / Chrome. I have been a long time user of Firefox so it pains me to tell my customers that they have to use Edge or Chrome for full functionality of the web site. Like the function requestVideoFrameCallback which is not supported in Firefox but is in Edge, Chrome and Safari. The addition of base URL mentioned above and the URL not handling spaces correctly, these where not issues in prior version.