You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#115912 Usage of VIDEO - confusing message

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by hing on Tuesday, 23 January 2024 11:41 GMT

hing
I use a VIDEO tag, but with a typo in my filename, e.g. like this:

<video style="width: 25%!important; height: auto!important;" src="https://www.joomlacontenteditor.net/images/0081/my_tyypoh-fille.mp4" controls="controls" width="25" height="NaN">

In the editor I get this message:

(No video found with supported format and MIME-type)

a) At first I was surprised - what does it want to say to me?
b) Then I realized - it is a simple "File not found" (because of a typo)
c) Then I thought about it - the message is correct, but directs to a (usually ..) wrong direction because of "format" and "mime" - message.

So maybe you can find a message which considers options b) and c) ?

Have a good time!

Attachments

Ryan
The message you are seeing is displayed by the browser, not JCE. JCE does not validate the file source, so when the server produces a 404 error, the browser wrongly interprets this as an invalid mime type.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

hing
Thanks!