replaced obsolete flash audioplayer with html5 version
[brisk.git] / web / Obj / brisk.phh
index 62fc1a4..5bf51e1 100644 (file)
@@ -3441,9 +3441,9 @@ function validate_name($name)
   return (FALSE);
 }
 
-function playsound($filename)
+function playsound($name)
 {
-  return (sprintf('playsound("flasou", "%s");', $filename));
+  return (sprintf('g_jukebox.play("%s");', $name));
 }
 
 function secstoword($secs)