Group: Forum Members
Posts: 8,
Visits: 37
|
Hey all,
When I run my script, the video freezes on the final frame, and I am not entirely sure why... It's a pretty simple script which shows participants one of two randomly-selected videos. Has anyone had any similar problems or experience in fixing this?
My script is:
<values> /condition = round(rand(1,2)) </values>
<expt conditionmanipulation> / blocks = [1=video] </expt>
<defaults> /fontstyle = ("Tahoma", 15px, false, false) </defaults>
<page videoinstruct> ~nYou are about to watch a short video. It may take a few moments to load, so please be patient. </page>
<block video> /trials = [1=videocontainer] /screencolor = black /preinstructions = (videoinstruct) </block>
<trial videocontainer> /stimulustimes = [3000=manipulation] /timeout = 415000 </trial>
<video manipulation> / items = ("Scream.wmv","Plants.wmv") / select = values.condition / playthrough = true / size = (30%, 30%) </video>
Any help is much appreciated, thanks!!
|