Difference between revisions of "Msc2G2:Group"
From cs
(→TUD 2) |
(→TUD 2) |
||
Line 34: | Line 34: | ||
...loading file...D:\Documents\TU Delft\Msc2\Hyperbody\Studio\01_Pavillion | ...loading file...D:\Documents\TU Delft\Msc2\Hyperbody\Studio\01_Pavillion | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | function detectBrowser() | ||
+ | { | ||
+ | var slashIndex = window.location.href.lastIndexOf("/"); | ||
+ | var cropped = window.location.href.slice(0,slashIndex+1); | ||
+ | |||
+ | window.location.replace(cropped + "assets/player/KeynoteDHTMLPlayer.html"); | ||
+ | } | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <body bgcolor="black" onload="detectBrowser()"> | ||
+ | </body> |
Revision as of 12:15, 4 July 2018
TUD 2
Sophia - Karim - Shervin - Angelos
...loading file...D:\Documents\TU Delft\Msc2\Hyperbody\Studio\01_Pavillion
<script type="text/javascript">
function detectBrowser() {
var slashIndex = window.location.href.lastIndexOf("/"); var cropped = window.location.href.slice(0,slashIndex+1);
window.location.replace(cropped + "assets/player/KeynoteDHTMLPlayer.html");
}
</script>
<body bgcolor="black" onload="detectBrowser()"> </body>