multimedia @ VU
[]
readme
course
preface
1
2
3
4
5
6
7
reference
examples
resources
embedding with blaxxun
blaxxun
<html>
<body bgcolor=black>
<object width="100%" height="100%"
classid="CLSID:4B6E3013-6E45-11D0-9309-0020AFE05CC8">
<PARAM NAME="SRC"
VALUE="file.wrl">
</object>
</body>
</html>

embedding with flux
flux
<html>
<body bgcolor=black>
<object width="100%" height="100%"
classid="clsid:918B202D-8E8F-4649-A70B-E9B178FEDC58">
<PARAM NAME="SRC"
VALUE="file.wrl">
</object>
</body>
</html>

embedding with cortona
cortona
<html>
<body bgcolor=black>
<object
CLASSID="CLSID:86A88967-7A20-11d2-8EDA-00600818EDB1"
CODEBASE="http://www.parallelgraphics.com/bin/cortvrml.cab#Version=5,0,0,150"
WIDTH="100%"
HEIGHT="100%">
<PARAM NAME="SRC"
VALUE="file.wrl">
</object>
</body>
</html>

embedding with octaga
octaga
<html>
<body bgcolor=black>
<object
CLASSID="CLSID:660D0125-4C92-4EDD-B7B4-B36857F1449E"
WIDTH="100%"
HEIGHT="100%">
<PARAM NAME="SRC"
VALUE="file.wrl">
</object>
</body>
</html>

[]
readme
course
preface
1
2
3
4
5
6
7
reference
examples
resources
draft version 0.3 (17/9/2001)