ParallelGraphics Forums
Pocket Cortona
You are here:
[Forums]
::
[Browsers]
::
[Pocket Cortona]
All forums
How to use forums
Favorites
Services
Registration
Registration
Forgot your password?
Help
Help
Support
Quick search
Subscribe to newsletters
email:
password:
 
Browsers
-
Pocket Cortona
[reply]
[back to forum]
[new message]
[all forums]
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
[reply]
[back to forum]
[new message]
[all forums]
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
[reply]
[back to forum]
[new message]
[all forums]
© 1998-2007
ParallelGraphics
. All rights reserved.
Terms of use
.