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

335
Views
Why 360 video not working in Aframe.js in ASP.net core?

So, Its been more than two days. I have tried to follow every tutorial to upload the 360 video in my ASP.NET core. Earlier I was trying to mimic the website which I have mentioned in my previous question. Which is not working, so I thought just to download the video from there and try to add it by using simple code:

html>
<head>
    <script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
</head>
<body>
    <a-scene>
        <a-assets timeout="30000">
            <video id="urbanCity" src="~/video/progressive.mp4" autoplay></video>
        </a-assets>
        <a-camera>
            <a-cursor></a-cursor>
        </a-camera>

        <a-videosphere src="#urbanCity"></a-videosphere>
    </a-scene>
</body>
</html>

This is the screenshot of my console: Console

On my previous question someone relied that the timeout warning-->core:a-assets:warn Asset loading timed out in 30000 ms but in order to fix it I already added the aframe.js reference in head but no change can be observed.

This is the output of my screen. Its completely blank. enter image description here

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!