clip-begin & clip -end

Hi

I have video file ( sample.rm ), duration is 10
minutes.

I made smil file (sample.smil) to display that video 
by RealPlayer. Setting Internal Clip Begin & End
times.
My smil's skeleton code is :
 ........
 <body>
  <seq>
   <video src="sample.rm" clip-begin="60.0s"
clip-end="180.0s" region="all"/>
  </seq>
 </body>
 ..........

I stored that smil file in
/usr/local/RealServer/Content 

My html file stored in my Webserver ( sample.html ) as
follow :
<HTML>
<TITLE>TEST SMIL</TITLE>
<BODY>
<a
href="http://graphium:8081/ramgen/sample.smil">click
here
</a>
</BODY>
</HTML>

But when I "click" in browser, nothing appear in
RealPlayer, just RealPlayer monitor.

Any suggestion would be appreciate.
Thank you  in advance.

-pamungkas-


__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

Received on Monday, 18 September 2000 23:19:24 UTC