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 6685023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:00:33+00:00 2026-05-26T05:00:33+00:00

trying to do a really basic player for testing as we’re having some issues

  • 0

trying to do a really basic player for testing as we’re having some issues with html5 video & javascript.

I always presumed something like;

    <video controls>
        <source src="/media/uploads/2010/09/1527/7_bbc-radio-1-hq.mov"></source>
        <source src="/media/uploads/2010/10/1557/7_costa-monkeys.mov"></source>
    </video>

would be understood as a playlist but doesn’t work and can’t find anything to suggest this or anything else would.

IS it possible to create a playlist just using html5 markup?

best, Dan.

  • 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-05-26T05:00:33+00:00Added an answer on May 26, 2026 at 5:00 am

    The browser will select the first source it is capable of playing. The point of having multiple sources is so that you can provide the same video at different encodings and bitrates.

    Currently it is not possible to create a playlist just using markup. The only way I can think of which might simulate it would be to use the :target pseudo class in CSS:

    <style>
    video { display:none; }
    video:target { display: inline-block; }
    </style>
    <ul>
        <li><a href="#one">First video</a></li>
        <li><a href="#two">Second video</a></li>
    </ul>
    <video controls id="one">
        <source src="/media/uploads/2010/09/1527/7_bbc-radio-1-hq.mov"></source>
    </video>
    <video controls id="two">
        <source src="/media/uploads/2010/10/1557/7_costa-monkeys.mov"></source>
    </video>
    

    Where this falls down is that users will have to stop and start the videos manually, as well as click the links to navigate between them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to do some really basic AJAX using PHP & jQuery, but for
Trying to do some really basic math here, but my lack of understanding of
Im new to using core data and having really basic problems. Im trying to
I have a really basic question concerning unix timestamp and mysql date. I'm trying
This must be a really basic question: I am trying to use Matplotlib. Here's
I've got a really basic symfony site and I'm trying to display an OpenLayers
I am trying to do something really basic but can not seem to find
I am trying to do a really basic rename of a file to another
Her's my probleme, i guess its really basic. I'm trying to lookup in the
I'm a javascript newbie so please forgive me if this question is really basic.

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.