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

184
Views
Video and Audio automatically starts downloading in html5

I am new to web programming. I have a question. why do the audio and videos from the background start downloading automatically(download dialog pops up from IDM) when my index.html page opens? I am using Aframe's videosphere in the background.

 <video id="video2" loop="true" autoplay src="/vid/waterfall.mp4"></video>

 <a-videosphere id="video-360" src="#video2"></a-videosphere>

Thank you.

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

This May Help You. preload='none' prevent pre download

<video preload='none'
       id="video2"
       loop="true"
       autoplay src="/vid/waterfall.mp4"> 

</video>
<a-videosphere 
    id="video-360" src="#video2">

For Audio

<audio preload="none">
   <source src="audio.mp3" type="audio/mpeg" />
   Audio Type
</audio>
about 4 years ago · Santiago Trujillo Report
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!