dired link

Online Audio/Video Access

 
Help Guideline For Run ActiveX Control If you see a blocked pop up like the picture on the left, click on the top part. Then click on "Run ActiveX Control." Finally click "Run".

Help Guideline For "Run ActiveX Control"
$language - $title END; $query = "SELECT Name, File, Type from MM_media where Title = '$title' order by Name"; $result1 = mysql_query($query, $connection) or die ("Error in query: $query. " . mysql_error()); $col = 0; while ($row1 = mysql_fetch_row($result1)) { if ($col ==0) { print << END; } if ($row1[2] == 'Embed'){ print <<
$row1[0]
END; } else { print <<
$row1[0]
END; } $col++; if ($col ==4) { print << END; $col = 0; } } while ($col <4) { print <<  END; $col++; } if ($col ==4) { print << END; } ?>