Group: Forum Members
Posts: 6,
Visits: 18
|
Hi all,
For some reason the audio for atrial in my experiment on Millisecond 5 will run on the lab version of Millisecond but when I try to run it on the inquisit app the recording will not play. Any help would be greatly appreciated! I already double check I did upload the audio fully to the millisecond web platform. Is there something wrong with my script?
<htmlpage listening> /file="Example.htm" </htmlpage>
<sound test_Audio> / items = ("example_audio.wav") / playthrough = true </sound>
<block listening> / postinstructions = (listening) / bgstim = (sound.test_Audio) / onblockend = [true] </block>
|