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

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

This video does not load in FireFox but works fine in Edge / Chrome / Safari

  • 5 réponses
  • 0 a ce problème
  • 161 vues
  • Dernière réponse par jonzn4SUSE

This is the link to the video that will not play in FireFox. https://www.swingtechnologies.com/UploadVideos/clarkj@pobox.com/S200629_019 B.mp4

This is the link to the video that will not play in FireFox. https://www.swingtechnologies.com/UploadVideos/clarkj@pobox.com/S200629_019 B.mp4

Solution choisie

Started working again with the update I received today. Thanks for the prompt fix. The space in the URL was another issue. All other browser automatically took care of the spaces and FireFox did not. This was not an issue in prior versions but got broken along the way. Had to fix in my code.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (5)

John Clark said

This video does not load in FireFox

What does that mean? Show the issue. Your url is not working for me. Do we need an account to see the video? What OS? If windows, home or pro? If windows, are you running any security software besides MS Defender? What version of Firefox?

Modifié le par jonzn4SUSE

Try this one Jonz: https://www.swingtechnologies.com/UploadVideos/clarkj@pobox.com/S200629_019%20B.mp4

It works for me on Nightly. Then in the url bar, I even tried removing the %20 part & adding a real blank space and the video played.

SUMO's forum software doesn't hyperlink parts of a link that have a space. The " B.mp4" is needed. When a link like this is clicked, the browser is supposed to automatically change the space to a url encoding of %20 (which means empty space). So at the end of the link, it's supposed to be %20B.mp4 after S200629_019.

Solution choisie

Started working again with the update I received today. Thanks for the prompt fix. The space in the URL was another issue. All other browser automatically took care of the spaces and FireFox did not. This was not an issue in prior versions but got broken along the way. Had to fix in my code.

John Clark said

This is the link to the video that will not play in FireFox. [http://example.com https://www.swingtechnologies.com/UploadVideos/clarkj@pobox.com/S200629_019 Bmp4
]

Hey John, just tested, it looks like Firefox is choking on the space in the file name (S200629_019 B.mp4). Browsers like Chrome and Edge auto-handle it, but Firefox can be picky. Try renaming the file to remove the space (like S200629_019B.mp4) or encode the URL properly using %20 in place of the space. So: .../S200629_019%20B.mp4

Works for me. Mark it as resolved and have a nice day.