Video freezing on final frame


Author
Message
ewa2702
ewa2702
Partner Member (784 reputation)Partner Member (784 reputation)Partner Member (784 reputation)Partner Member (784 reputation)Partner Member (784 reputation)Partner Member (784 reputation)Partner Member (784 reputation)Partner Member (784 reputation)Partner Member (784 reputation)
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!!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Reading This Topic

Explore
Messages
Mentions
Search