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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:44:56+00:00 2026-06-04T22:44:56+00:00

How would I go about getting audio and video started exactly at the same

  • 0

How would I go about getting audio and video started exactly at the same time using <audio> and <video>? JavaScript is fine (and is probably needed).

Thanks!

  • 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-04T22:44:58+00:00Added an answer on June 4, 2026 at 10:44 pm

    You didn’t say anything about file types so I used HTML-5 formats that work in Safari.

    <!DOCTYPE>
        <meta charset="UTF-8">
        <title> audio video</title>
    
        <audio id="audioInHTML" controls="controls">     
        <source src="audio.wav" type="audio/wav"/>
        </audio>
        </div>
    
        <video id="videoInHTML" width="320" height="240" controls="controls">
          <source src="movie.mp4" type="video/mp4" />
        </video>
    
        <div id="playButtonDiv" </div>
    
        <form>
        <input type="button" value="PlaySoundAndVideo" onClick="PlaySoundAndVideo('videoInHTML'),PlaySoundAndVideo('audioInHTML')">
    
        </div>
    
        <script>
    
        function PlaySoundAndVideo(soundObj,videoObj) {
        var soundAndVideo=document.getElementById(soundObj,videoObj);
        soundAndVideo.play();
        }
    
    
        </script>
    
        <style type="text/css">
    
    
        #playButtonDiv {
        position:absolute;
        top:800px;
    
        };   
    
        </style>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How exactly would one go about getting an OpenGL app to run fullscreen straight
How would I go about getting the current URL using jquery, or more specifically,
http://t-webdesign.co.uk/new/ How would i go about getting the grey div (#content_right) to expand to
Any ideas how I would go about writing a javascript method to insert an
How would I go about getting a div based on its' position in HTML.
How would you go about getting a completely unparsed response to a HTTPS request?
How would I go about getting an array of all the files in a
How would I go about getting the Windows user credentials from a Swing application?
How would I go about getting a string from a UITextField in the iPhone
Given the XML below how would I go about getting a list of employees

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.