[svn r15034] Moved videoconference.html to videoconference.php

Fixed rtmpt url parameter loading
skala
Yannick Warnier 17 years ago
parent 96dab81c66
commit 874aec0f95
  1. 2
      main/conference/index.php
  2. 19
      main/conference/videoconference.php

@ -8,5 +8,5 @@ api_protect_course_script();
$_SESSION["roomType"] = $_GET['type'];
?>
<span align="center">
<iframe frameborder="0" scrolling="no" width="100%" height="100%" src="videoconference.html"></iframe>
<iframe frameborder="0" scrolling="no" width="100%" height="100%" src="videoconference.php"></iframe>
</span>

@ -0,0 +1,19 @@
<?php require('../inc/global.inc.php'); ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="SHORTCUT ICON" href="http://www.laszlosystems.com/favicon.ico">
<title>Dokeos Videoconference</title>
<style type="text/css">
html, body { margin: 0; padding: 0; height: 100%; }
body { background-color: #eaeaea; }
</style></head>
<body align="center" valign="middle"><object type="application/x-shockwave-flash" data="classroom.swf?lzproxied=false&debug=true&useRtmpt=<?php echo (api_get_setting('service_visio','visio_use_rtmpt')=='true'?'true':'false');?>" width="1005" height="720">
<param name="movie" value="classroom.swf?lzproxied=false&debug=true&useRtmpt=<?php echo (api_get_setting('service_visio','visio_use_rtmpt')=='true'?'true':'false');?>">
<param name="quality" value="high">
<param name="scale" value="noscale">
<param name="salign" value="LT">
<param name="menu" value="false"></object></body>
</html>
Loading…
Cancel
Save