Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7766831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T15:31:21+00:00 2026-06-01T15:31:21+00:00

How does the HTML5 video tag eliminate the need for plugins. What does the

  • 0

How does the HTML5 video tag eliminate the need for plugins. What does the video tag do in addition to the previously used tags like embed and object that removes requiring a plugin?
Please explain in detail.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T15:31:22+00:00Added an answer on June 1, 2026 at 3:31 pm

    How does the HTML5 video tag eliminate the need for plugins

    Browsers that support HTML5 players have ability to shown the default or built-in player when using <video> tag.

    What does the video tag do in addition to the previously used tags
    like embed and object that removes requiring a plugin?

    The <video> tag does nothing to other/old tags but it does provide you an option for the fallback. If a browser does not support HTML5, they will fallback to old methods such as <embed>, <object>. Here is an example:

    <video controls
      preload="none" width="590" height="320"
      data-setup="{}">
      <source src="Real_Media.theora.ogv" type='video/ogg'>
    
       <!-- fallback for older browsers -->
    
       <object width="590" height="320">
          <param name="movie" value="http://www.youtube.com/v/Z7pAr39ZnhA&amp;hl=en_US&amp;fs=1"></param>
          <param name="allowFullScreen" value="true"></param>
          <param name="allowscriptaccess" value="always"></param>
          <embed src="http://www.youtube.com/v/Z7pAr39ZnhA&amp;hl=en_US&amp&autoplay=1;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="590" height="320" wmode="transparent"></embed>
       </object>
    
    </video>
    

    As you can see, we have specified <object> tag inside <video> tag. Though it is optional but you need to specify it for browsers that don’t support HTML5. In above case, if a browser supports HTML5, the <video> tag will be used and <object> tag will be ignored and vice versa.


    For in-depth details about HTML5 video, take a look at:

    • Dive Into HTML5 – Video Tag
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What video format does HTML5 support that is compatible with the iPhone/iPad? I was
Does the <label/> tag need to be closed in html5 doctype?
Does Android WebView support html5? Especial the video tag.
I have a flash video player that I would like to embed in other
I am looking to enable looping of HTML5 video in browsers that do not
I am using the html5 video tag and was wondering if you could help
I've been playing around with the HTML5 video tag and I'm puzzled as to
Is there a way to play a video fullscreen using the HTML5 <video> tag?
I noticed that when a html5 video is loading (buffering), it's buffered.length value is
I am trying to play mp4 video using html5 video tag. But in FF

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.