Video never loads in Firefox but works in chrome - html

I was trying to load this simple video in firefox but when I try to access the video it loads forever and never plays whereas it works perfectly in chrome. It does the exact same thing with every videos I tried. I don't understand why it does not work.
https://www.w3schools.com/html/mov_bbb.mp4
This is how it looks when I try to open it

It is working in firefox, I think you need to update your browser. Check more for documentation on firefox they have details about it.

Related

Iframe history navigate not working in Chrome

I'm working on a micro-frontends project where the sub-apps are loaded in iframes.
When trying to use history back in the iframe, is not working at all with the latest version of Chrome. Tried it on Firefox also and it behaves correctly.
Do you know anything about this issue? Maybe a workaround?
Many thanks

Youtube embed fails to play, despite fully loading, Chrome only

My website http://goproheroes.com works fine in Firefox and Safari, but refuses to play recently in Chrome.
I see tons of XHR requests and no errors, the YT player just refuses to play, no console errors. I can't figure out why.
I've seen this before, and in the other cases it was fixed by adding http:// or https:// in the src in front of your embed url.
Yours is currently src="//www.youtube.com/embed/zvAgYeHAoic"

jplayer just stopped working in Chrome - OK in other browsers

I've been using jplayer jukebox for some time with no problems but it has suddenly stopped working in Chrome. Still works fine in IE and Firefox but the playlist no longer shows in Chrome. It was definitely working at the end of June 2014 when I last added a track. webpage is http://www.jonphilibert.com/gallery.htm
Any suggestions gratefully received
Hilary
Try changing the "mp3" to "M4A".
https://groups.google.com/forum/#!topic/jplayer/Lyk7Znv1pWE
What has happened is that this Chromium issue means that Chrome uses Flash for playback since Chrome 36, rather than HTML5.
Your problem is that the path to the SWF path is set up incorrectly - Chrome Console tells me "GET http://www.jonphilibert.com/Jplayer.swf 404 (Not Found)"
So once you configure the player to have the correct SWF file path, playback should start working again in Chrome.
Note this means that playback also won't be working in other browsers that don't support HTML5 audio.

My site crashes IE8, but only when accessed on the server

I've been working on this site and checking in IE8, Chrome, FF and Safari. Everything has been fine throughout.
However, now that I've uploaded the site to a server, it crashes IE8 every time - what is going on?!
Link: http://www.oxfordsoundhire.com/morland
Please help!!
Link: http://www.oxfordsoundhire.com/morland
It's working on Internet Explorer 10
I think it's to do with this js file: http://www.oxfordsoundhire.com/morland/js/carouFredSel.html
It's not actually at that location, but instead of just returning blank, your server is returning a full 404.html file, and the opening "<HTML..." is making it break.

Embed PDF will randomly not display

We are displaying an inline PDF via an object tag:
<object data='myPDF.pdf' type='application/pdf' width='100%' height='100%'></object>
On most loads, this works just fine - the browser will display the PDF using adobe's browser plugin-in. However, sometimes the browser will not display the PDF - it will load either a transparent or blank white background with no content inside it. This is occuring in both Firefox and Chrome browser. IE does not seem have this issue.
Even more bizarre - after the issue occurs, if we resize or move the browser, the PDF magically re-appears.
Has this ever happened to anyone else? Any ideas on how to improve this performance?
I think it has something to do with Adobe, I've encountered it too but never found a solution. It doesn't matter wich browser I use or wich computer. It just happens some times...
I know this is an old post but I've just had a similar problem and couldn't find a solution online.
I discovered some of my pdf's had a capitalised extension (.PDF), once I lower-cased them all it works fine for both in iframe and embed.