General Error in RealPlayer

I made a smil file (test.smi). I want to display video
file and three jpg files by RealPlayer.

But when I play that file in realPlayer, there was an
error : "A general error has occured".

Any suggestion would be appreciate.

The smil code is as follow :

<smil>
<head>
<meta name='copyright' content='dsl-tut'/>
<meta name='autor' content='pamungkas'/> 
<layout>
<root-layout width='500' height='300'/>
<region id='tomcat' left='0' top='0' width='200'
height='300' fit='fill'/>
<region id='gambar1' left='201' top='0' width='99'
height='300' fit='fill'/>
<region id='gambar2' left='301' top='0' width='99'
height='300' fit='fill'/>
<region id='gambar3' left='401' top='0' width='99'
height='300' fit='fill'/>
</layout>
</head>
<body>
<par>
<video src='sample1.rm' clip-begin='0s'
clip-end='200s' region='tomcat'/>
<img src='TEST-01.jpg' clip-begin='0s' duration='200s'
region='gambar1'/>
<img src='TEST-02.jpg' clip-begin='0s' duration='200s'
region='gambar2'/>
<img src='TEST-03.jpg' clip-begin='0s' duration='200s'
region='gambar3'/>
</par>
</body>
</smil>  

Thank you in advance.

-pamungkas-

__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/

Received on Wednesday, 18 October 2000 08:38:29 UTC