ASX file does not stop
Posted: 28 Oct 2008 07:27
Hello
I am experimenting with the use of ASX files to control playback of segments of a video file. Here is my code:
<asx version="3.0">
<title>Playlist</title>
<entry>
<starttime value="01:55:00.0" />
<duration value="00:00:15.0" />
<ref href = "c:\myfile.avi"/>
</entry>
</asx>
VLC finds the starttime with no problems. However i never stops after the 15 seconds of duration specified. I start the playback process by double-clicking on the ASX files as it defaults to VLC.
I would appreciate any thoughts/assistance with this.
Thanks
Andrew
I am experimenting with the use of ASX files to control playback of segments of a video file. Here is my code:
<asx version="3.0">
<title>Playlist</title>
<entry>
<starttime value="01:55:00.0" />
<duration value="00:00:15.0" />
<ref href = "c:\myfile.avi"/>
</entry>
</asx>
VLC finds the starttime with no problems. However i never stops after the 15 seconds of duration specified. I start the playback process by double-clicking on the ASX files as it defaults to VLC.
I would appreciate any thoughts/assistance with this.
Thanks
Andrew