Thomas Seroogy
Guest
|
Posted:
Thu Jul 01, 2004 2:09 pm Post subject:
Join two pieces of same clip |
|
|
need to call two separate pieces of a single clip into one contiguous
playing element.
I am successful in setting up markers and using the STARTMARKER/ENDMARKER
elements to run each separate piece of the clip.
However, I'd like to join a beginning portion of the clip to an end section
of the clip.
1. Is this possible?
2. If so, how?
I've made the following two attempts.
<ENTRY>
<TITLE>SA Reset Procedure</TITLE>
<REF HREF="SAReset.wmv">
<STARTMARKER number ="1"/>
<ENDMARKER number = "2"/>
<STARTMARKER number = "3"/>
<ENDMARKER number = "4"/>
</REF>
</ENTRY>
and
<ENTRY>
<TITLE>SA Reset Procedure</TITLE>
<REF HREF="SAReset.wmv">
<STARTMARKER number ="1"/>
<ENDMARKER number = "2"/>
</REF>
<REF HREF="SAReset.wmv">
<STARTMARKER number = "3"/>
<ENDMARKER number = "4"/>
</REF>
</ENTRY>
Any help is appreciated.
TG SEROOGY
tgseroogy@hotmail.com
|
|