- From: J.R. van Ossenbruggen <Jacco.van.Ossenbruggen@cwi.nl>
- Date: Wed, 18 Oct 2000 14:48:34 +0200
- To: "S.A.Pamungkas" <moenk_2000@yahoo.com>
- cc: www-smil@w3.org
On Wed, Oct 18 2000 "S.A.Pamungkas" wrote: > 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". ... > <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' Try to replace "duration" with "dur". And clip-begin is not allowed on img (only on continous media such as audio and video). I guess you just want begin='0s' here. I hope this helps (I did not test this), Jacco
Received on Wednesday, 18 October 2000 08:48:37 UTC