LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-28-2020, 05:50 PM   #16
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542

Bill, the page linked is a tutorial to show you how to code videos in html5. What you pasted is the required code. If you click on the "Try it now" button, you would see the code in action, and a video would play. Firefox 78 is not that old, and will certainly work with html5. Every version since version 5 does. It's not the age of your browser or system, it's your lack of understanding. Website coding is a constantly moving target, and you have to be able to adapt to new techniques, or else be left behind. As others have said, flash is a dead horse. You really need to stop beating it and learn modern ways of doing things. Read the W3schools website and you can learn html5 and provide a usable website to those who want to use it.
 
Old 10-28-2020, 05:51 PM   #17
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,615

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554
Quote:
Originally Posted by billquinn View Post
but this is what greeted me:

<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>

"Your browser does not support the video tag"????? What's wrong? As I mentioned in my first post, my Firefox is the most recent release using yum: 78.3.0esr (32-bit).
You are looking at example code. It is not a comment on your browser.

That text is the fallback text output for versions of Firefox before 3.5 (or any browser that doesn't support playing media for any reason). In a better example a hyperlink is included to allow direct download in those situations.

Also, as per post #3 to play audio in a browser you use the audio tag, rather than the video tag. The syntax is the same:

Code:
<audio controls>
  <source src="myAudio.mp3" type="audio/mpeg">
  <source src="myAudio.ogg" type="audio/ogg">
  <p>Your browser doesn't support HTML5 audio. Here is a <a href="myAudio.mp4">link to the audio</a> instead.</p>
</audio>
 
1 members found this post helpful.
Old 10-28-2020, 06:01 PM   #18
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,615

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554
Quote:
Originally Posted by TB0ne View Post
[*]Your browser is VERY old
Firefox 78 ESR was first released on 30th June 2020, and Firefox 78.3.0esr was released on 22nd September 2020.

Apparently there was a 78.4 esr released last Tuesday, but their browser is still fresher than some of the food in my cupboard.

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wireless doesn't work all of a sudden laheen2 Linux - Wireless Networking 2 08-01-2011 11:13 PM
all of a sudden DHCP won't work mmcfly8888 Slackware 1 08-19-2008 12:54 AM
No sound (used to work, stopped working all of a sudden) tomj88 Debian 5 08-05-2005 03:21 PM
hard drive space all of sudden used up shelf_life20 Linux - Software 22 08-29-2004 01:33 PM
keyboard doesn't work all of a sudden mary Linux - Hardware 1 08-10-2004 12:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration