videoconference.php 1.0 KB

12345678910111213141516171819
  1. <?php require_once '../inc/global.inc.php';?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <link rel="SHORTCUT ICON" href="http://www.laszlosystems.com/favicon.ico">
  8. <title>Dokeos Videoconference</title>
  9. <style type="text/css">
  10. html, body { margin: 0; padding: 0; height: 100%; }
  11. body { background-color: #eaeaea; }
  12. </style></head>
  13. <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">
  14. <param name="movie" value="classroom.swf?lzproxied=false&debug=true&useRtmpt=<?php echo (api_get_setting('service_visio','visio_use_rtmpt')=='true'?'true':'false');?>">
  15. <param name="quality" value="high">
  16. <param name="scale" value="noscale">
  17. <param name="salign" value="LT">
  18. <param name="menu" value="false"></object></body>
  19. </html>