SMIL file not working
I created a bunch of SMIL files for a project 5 years ago. I now have to revisit that project, howver, when I try to run the files none of the linked audio or video work. I get a white screen with a little red x. That's it.
I have QT 7 Pro installed.
----------
Here is the code from one of the smil movies:
SMILtext<smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" qt:autoplay="true" qt:time-slider="true">
<head>
<layout>
<root-layout width="320" height="240" background-color="black" />
<region id="region_1" left="0" top="0" width="320" height="240" fit="fill" />
</layout>
<meta name="copyright" content="(c)2001 SLACK INC" />
</head>
<body>
<seq>
<video src="v02b_n09a.mov" alt="movie" region="region_1" begin="0s" />
<video src="v02b_n09b.mov" alt="movie" region="region_1" begin="0s" />
<video src="v01c_n09c.mov" alt="movie" region="region_1" begin="0s" />
<video src="v01c_n10.mov" alt="movie" region="region_1" begin="0s" />
</seq>
</body>
</smil>
----------------------
Please help. Thanks.
Karen
Windows XP