Hi,
Thank you for your enquiry.
The Play() function applies to the video object (not the file you wish to play), so you will need to edit your code to read the following:
Code:
var movieArr = new Array();
movieArr[0] = "C:/zuilenserver/test/movies/vw.mpg";
movieArr[1] = "C:/zuilenserver/test/movies/vts.mpg";
movie = movieArr[0];
Video.Play();
Now rename the Video object on your page to 'Video'.
Finally, open the properties of the Video object and select the Video tab. Now clear the current contents of the
Filename field and type in the following:
<movie>
Click Apply and OK to confirm the changes and preview the publication. The video should now play as expected.
I hope this helps. Please do not hesitate to contact me if you have any further queries.
Kind regards,