Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

90
Views
Listen music together at the same time in chat website with our friends

I made a website using firebase where users can join and chat together. I have bunch of songs on this website. I want like if someone plays a song so whoever join in that chat they all can listen that song with same time together. How I can achieve this task?

This is my html code:

   <body>
      <header>
      <!-- it is my div where i stored some of songs (it's display="inline" so user can 
          scroll songs left to right -->


         <div id="music"> 

         <audio  controls id="myAudio" class="playback" style="margin-top: 10%" >
      <source src="https://pagalfree.com/musics/192-Mehrama - Love Aaj Kal 192 Kbps.mp3" type="audio/mpeg" />

      </audio>
      <audio controls id="myAudio1" class="playback" >
          <source src="https://pwdown.com/14648/Ki Kehna - QARAN.mp3" type="audio/mpeg"/>
          </audio>
</div>  
 </header>
  <div id="chat">

  <!-- it is my ul where i can receive msg  -->
   <ul id="message">
    </ul>
     </div>
      <footer>
   <div id="input">
    <input id="input1"> -------- </input>
   <button type="submit "> </button>
    </div>
  </footer>

   </body>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!