ParallelGraphics Forums
Pocket Cortona
You are here: [Forums]::[Browsers]::[Pocket Cortona]

Registration 
Registration
Forgot your password?

Help 
Help
Support

Quick search 

Subscribe to newsletters 

Install Cortona VRML Client for FREE!
Outline 3D
Try RobinZone!
email:  password:
   Browsers - Pocket Cortona

Subject: Re: pocket cortona - html & vrml mix
Sender: Mikhail 3.09.03 04:14
>Hi,
>
>I was wondering if it is possible for
>pocket cortona to run a html file which
>incorporates a vrml model ?
> ...
>Do I need a different classid for the
>pocket cortona ?
>I would appreciate any help.
>
>Thanks
>Paul

Hi Paul,

You don’t need a different classid. This
sample works with Pocket Cortona:
<html>
<head>
<title>Test of creating HTML page</title>
<script language="JavaScript">
function winopen(url, w, h, descr)
{
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>Test of
creating HTML page</title>");
document.writeln("</head>");
document.writeln("<body>");
document.write("<object
ID='Scene' ");
document.write
("CLASSID=CLSID:86A88967-7A20-11D2-8EDA-
00600818EDB1 ");
document.write("WIDTH=400");
document.writeln(" HEIGHT=300>");
document.writeln(" <param
name='SRC' value='e2.wrl'> ");
document.writeln(" <param
name='BackColor' value='10053171'> ");
document.writeln(" <param
name='ShowLogo' value='1'> ");
document.writeln(" <param
name='NavigationBar' value='1'> ");
document.writeln(" </object> ");
document.writeln
("</body></html>");
document.close();
}
</script>
</head>
<body onload="javascript:winopen();">

Regards,
Mikhail


 


pocket cortona - html & vrml mix / p.watson@ncl.ac.uk / 2.09.03 09:08
     Re: pocket cortona - html & vrml mix / Mikhail / 3.09.03 04:14

Messages in thread: 2


© 1998-2007 ParallelGraphics. All rights reserved. Terms of use.