Hi all,
I am making a program to run video from html file.
Here is my code
<html myVDO>
/ items = ("video_1.html")
</html>
<trial myVDO>
/ stimulusframes = [1=myVDO]
/ timeout = 10000000000
</trial>
<block myVDO>
/ trials = [1=myVDO]
</block>
<expt>
/ subjects = (1 of 1)
/ groupassignment = groupnumber
/ blocks = [1 = myVDO;]
</expt>
However, the error message show "this video contains content from wmg. it is restricted from playback on certain sites or applications"
Any suggestion would be really appreciated