- From: Tammy Kohl <tkohl@contextmedia.com>
- Date: Wed, 18 Oct 2000 09:18:57 -0400
- To: "S.A.Pamungkas" <moenk_2000@yahoo.com>, www-smil@w3.org
S.A.Pamungkas, The format of the smil file looks fine. I'd make sure your RealPlayer is up to date, and that the media files are in the same directory as the smil file, since you didn't give any path information in the 'src' attributes for the img and video tags. Tammy Kohl tkohl@contextmedia.com "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". > > 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 09:16:16 UTC