Hi guys,
I'm having a problem with a project in which I only have one sprite. The size of this sprite is the same as the window's one : 1920 x 1080.
I've loaded 600 png images in 9 different animations for this sprite but When I try to run the localhost, I get this error in the browser console :
DOM7009 : Unable to decode image at URL: "http://localhost:50000/background-panorama-3-000.png".
background-panorama3-000.png
Error loading image 'http://localhost:50000/background-panorama3-000.png': [object Evnt]
I get this for every other image. :(
What I'm tryng to do is to fake a VR environment and I need a large number of images. I can load about 120 images but after this the browser is failing to open (red progress bar and 7009 error).
I've tried to find a workaround with an mp.4 video and the playback time, but I can't get the same fine control as with images.
Thanks.