// This file takes a vid_no variable to display the right media files // and a dur var for the media duration. // It defaults to 01. if (!isSet($_GET['vid_no'])){ $vidNo = '01'; }else{ $vidNo = $_GET['vid_no']; } if (!isSet($_GET['dur'])){ $duration = '0:00'; }else{ $duration = $_GET['dur']; } ?>
Clip duration:
© Copyright 2006, Living Heritage