clipBegin/End don not want to work

View: New views
1 Messages — Rating Filter:   Alert me  

clipBegin/End don not want to work

by Johannes Köhler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello

I really need help.
I am trying to get my smil file to be played properly but the clipBegin and clipEnd just do not want to work so it keep playing the whole video.
Can anyone help me?
Here is my little code...

<?xml version="1.0"?>
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
    <body>
        <video src="http://stream.hpi.uni-potsdam.de:8080/httpfs/Archive/www_ss06/www02.ram" clip-begin="3546770ms" clipBegin="3546770ms" clip-end="3775890ms" clipEnd="3775890ms" />
    </body>
</smil>


thank you for reading

Johannes