topical media & game development

talk show tell print

Web3D/VR

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">
  <embed src="file.wrl" width="100%" height="100%"></embed>
  </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">
  <embed src="file.wrl" width="100%" height="100%"></embed>
  </object>
  </body>
  </html>
  

embedding with cortona

cortona



  <html>
  <body bgcolor=black>
  <object
  CLASSID="CLSID:86A88967-7A20-11d2-8EDA-00600818EDB1"
  WIDTH="100%"
  HEIGHT="100%">
  <PARAM NAME="SRC"
  VALUE="file.wrl">
  <embed src="file.wrl" width="100%" height="100%"></embed>
  </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">
  <embed src="file.wrl" width="100%" height="100%"></embed>
  </object>
  </body>
  </html>
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.