Skip to content

Commit e95ce9d

Browse files
author
Daniel Haehn
committed
Start streaming immediately.
1 parent ca6c361 commit e95ce9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stream/index.html

+9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44
<script type="text/javascript" src='binaryReader.js'></script>
55
<script type="text/javascript" src='stream.js'></script>
66
<script type="text/javascript" src='simpleviewer.js'></script>
7+
<script>
78

9+
window.onload = function() {
10+
11+
stream('http://x.babymri.org/?rudolph.nii');
12+
13+
14+
}
15+
16+
</script>
817
</head>
918
<body>
1019
<table style='width: 100%; height: 100%;'>

0 commit comments

Comments
 (0)