By abhi - 5/25/2015
Hi,
I am playing wav files on loop in video element.
the script is working fine on computer but when I load and play it on web it shows error for all the files. see this . I see multiple such errors for all the wav files. Script shows no error when I play it in computer. How to resolve this ?
Thanks
Abhi
| Error | /myaccount/scripts/app/Explicit/Explicit.exp.video.basicsound22.items | Unable to open file 'C:/Users/app/AppData/Local/Temp/Rooto.wav'. |
|
By Dave - 5/25/2015
Have you actually uploaded the various WAV files to the server? If not, you need to do so.
|
By abhi - 5/25/2015
Hi,
I have uploaded the files in the similar way I have been doing other studies. I have run many such studies with sounds, but this is the first time I am using video element because I needed 'loop'. I never faced this problem earlier.
I am not able to fix this thing. I can see the wav files when I try to register which means they are there..
What could be wrong?
Thanks
|
By Dave - 5/25/2015
Please provide the link for the experiment's launch page. Thanks.
|
By abhi - 5/25/2015
Hi,
This is the link -
http://research.millisecond.com/abhishek5/Explicitcategoriessample.web
I tried again, nothing.
Thanks for the help.
|
By Dave - 5/25/2015
Thanks for the link. I think the problem was due to the same files being used by certain <sound> as well as <video> elements, which in turn led to Inquisit looking for those files in the wrong places. I've made some adjustments to your script. Let me know if you still receive any errors:
http://research.millisecond.com/abhishek5/Explicitcategoriessample.web
|
By abhi - 5/25/2015
Working fine.
Thanks a lot.
Solved a big problem for me.
|