Help: ADD ADVANCED MOVIE SET

Multi types video set is a group of the SIMILAR video clips in the different multimedia formats.
This module has the mission to make movies view more comfortable for members with different players and different speed of connection (dialup, ADSL, and etc.).
To add a one-type movie set, please use the section "Add set".

Sample of file names for multi-types movies:
01.avi - clip #01 for regular connection speed – middle bit-rate (add to template macros: #%NORMAL%#)
01_CL.wmv - clip #01 for high connection speed – high bit-rate (add to template macros: #%CL%#)
01_DP.mov - clip #01 for dial-up connection speed – low bit-rate (add to template macros: #%DP%#)
02.avi - clip #02 for regular connection speed – middle bit-rate ( etc. )
02_CL.wmv - clip #02 for high connection speed – high bit-rate
02_DP.mov - clip #02 for dial-up connection speed – low bit-rate
03.avi - clip #03 for high connection speed – high bit-rate
03_CL.wmv - clip #03 for regular connection speed – middle bit-rate
03_DP.mov - clip #03 for dial-up connection speed – low bit-rate
fulllength.avi - full-length movie (add to template macros: #%FULL%#) icon.jpg - icon of set
tn_01.jpg - preview image for clip #1
tn_02.jpg - preview image for clip #2
tn_03.jpg - preview image for clip #3

Prefix '_CL' (01_CL.wmv, 02_CL.wmv, 03_CL.wmv) in the file name report to aWIZ what signature should be added with this clip ("128 Kb/s").

For clips with prefix '_DP' (01_DP.mov, 02_DP.mov, 03_DP.mov) will be added signature "For Dialup connection".

Below is the sample of code of table to display the multi-types movie sets.
You may edit this template at: '../members/video_template.html':

<td>
<a href="#%NORMAL%#" target="_blank"><img src="#%IM_URL%#" border="1"></a>
</td>
<td width="100">
<a href="#%NORMAL%#" target="_blank">Normal speed</a>
<a href="#%DP%#" target="_blank">For Dialup connection</a>
<a href="#%CL%#" target="_blank">128 Kb/s</a>
<a href="#%FULL%#" target="_blank">Full video view here</a>
</td>