[svn r15141] Going through download.php to get the flv file (for the player)

skala
Yannick Warnier 18 years ago
parent 749e5ff39b
commit 7a95d30408
  1. 3
      main/newscorm/audiorecorder.inc.php

@ -33,7 +33,8 @@ else
if(Database::num_rows($res)>0)
{
$row = Database::fetch_array($res);
$filepath = api_get_path(WEB_COURSE_PATH).$cp.'/document'.$row['path'];
//$filepath = api_get_path(WEB_COURSE_PATH).$cp.'/document'.$row['path'];
$filepath = api_get_path(WEB_CODE_PATH).'document/download.php?'.api_get_cidreq().'&doc_url='.$row['path'];
$path_to_lzx = $web_path.'conference/'.$player.'?uri='.$filepath.'&autostart=true';
}
}

Loading…
Cancel
Save