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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:43:42+00:00 2026-06-11T03:43:42+00:00

So far what I’ve been developing has worked in Chrome and, using fallbacks, IE8.

  • 0

So far what I’ve been developing has worked in Chrome and, using fallbacks, IE8.

What I don’t get is this: Safari just won’t start loading <video> or <audio> content.

safari6

Safari 6 won’t load, and neither will iOS 5’s Safari:

ios5

My code calls .load() on the elements at the appropriate time (at least for Chrome), so what gives?

Here is the video declaration:

<video width="800" height="600" class="faces" id="facesVideo">
  <source src="video/grid.mp4" type="video/mp4" />
  <source src="video/grid.ogv" type="video/ogg" />
</video>

The audio is declared dynamically, but has the same problem.

Do I need to wait for some DOM event that Chrome doesn’t need before calling .load()?

What does it take to get Safari to start buffering until the elements can fire canplaythrough?

  • 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-11T03:43:44+00:00Added an answer on June 11, 2026 at 3:43 am

    Since Safari does not support .load(), preload="auto" must be added to any HTML5 media elements that you want Safari to buffer before playing. Go figure.

    i.e. the element should look like:

    <video width="800" height="600" class="faces" id="facesVideo" preload="auto">
      <source src="video/grid.mp4" type="video/mp4" />
      <source src="video/grid.ogv" type="video/ogg" />
    </video>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

As far as I can tell this is perfectly valid batch-file code, just a
So far, the bundles I've used for Symfony2 has been installed modifying the deps
As far as I can tell, this is isn't possible, so I'm really just
So far I have been using in tutorials, examples and sample code only packages
So far, my experience in web design has been with very small scale sites
so far im using something like this if (image.getDrawable() != thisContext.getResources().getDrawable(R.raw.anImage) ) { //
So far I've been setting up redirects for single pages on my ASP.NET site
So far I have only been updated a view from within its controller. I
As far as I can see this is not the case, however, I thought
As far as my understanding after reading and researching, the purpose of using salt

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.