VM Greetings, VMs: Integrated HTML5 playback button. Misc fixes with other integrations.

This commit is contained in:
Nate Jones
2014-09-11 19:48:19 +00:00
parent e495987223
commit 44bed664ae
11 changed files with 77 additions and 397 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ require_once "resources/check_auth.php";
if (strlen($row['recording_filename']) > 0) {
echo " <td valign='top' class='".$row_style["2"]." tr_link_void'>";
$recording_file_path = $row['recording_filename'];
$recording_file_name = strtolower(pathinfo($row['recording_filename'], PATHINFO_BASENAME));
$recording_file_name = strtolower(pathinfo($recording_file_path, PATHINFO_BASENAME));
$recording_file_ext = pathinfo($recording_file_name, PATHINFO_EXTENSION);
switch ($recording_file_ext) {
case "wav" : $recording_type = "audio/wav"; break;