<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Holger, thank you for pointing out that I cannot include X3D scene elements inside the X3D element.  I have a full example now.  It looks like there are significant differences between InstantPlayer and Cobweb.  Perhaps that’s why the file was chosen.  The HTML looks like this:<div class=""><br class=""><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><!DOCTYPE html></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><html></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   <head></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">      <meta charset="utf-8"></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">      <link rel="stylesheet" type="text/css" href="<a href="https://cdn.rawgit.com/create3000/cobweb/master/stable/1/1.19/cobweb.css" class="">https://cdn.rawgit.com/create3000/cobweb/master/stable/1/1.19/cobweb.css</a>"/></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">      <script type="text/javascript" src="<a href="https://cdn.rawgit.com/create3000/cobweb/master/stable/1/1.19/cobweb.min.js" class="">https://cdn.rawgit.com/create3000/cobweb/master/stable/1/1.19/cobweb.min.js</a>"></script></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   <style></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">X3D {</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   width: 768px;</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   height: 432px;</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">}</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   </style></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   </head></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   <body></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">        <X3D url='"examples/X3dForAdvancedModeling/Buildings/ArchPrototype.x3d"'</div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">                 <p>Your browser may not support all features required by Cobweb!</p></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">        </X3D></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class="">   </body></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""></html></div></div><div class=""><br class=""></div><div class="">this file is placed here:</div><div class=""><a href="file:///Users/johncarlson/Downloads/www.web3d.org/x3d/content/cobweb.html" class="">file:///Users/johncarlson/Downloads/www.web3d.org/x3d/content/cobweb.html</a></div><div class=""><br class=""></div><div class="">after unzipping <a href="http://x3dgraphics.com/X3dExamplesX3dForAdvancedModeling.zip" class="">http://x3dgraphics.com/X3dExamplesX3dForAdvancedModeling.zip</a></div><div class=""><br class=""></div><div class="">in /Users/johncarlson/Downloads/</div><div class=""><br class=""></div><div class="">Then bring up the URL of the HTML file in Firefox.  Profile issue?  How to fix?</div><div class=""><br class=""></div><div class="">Instant Player looks like this:</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="942324EF-869A-4CFF-B9AF-3D780AE3893E" height="534" width="512" apple-width="yes" apple-height="yes" src="cid:2CB6B4E2-B562-4622-92B8-00545FC43AC4" class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Cobweb looks like this:</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="B626F93E-0CF4-47DA-A011-0BEFDEF478E5" height="485" width="784" apple-width="yes" apple-height="yes" src="cid:BA53DE6E-818F-4290-8F15-82ED14AAEDF0" class=""></div><div class=""><br class=""><div>Firefox console looks like:</div><div><br class=""></div><div><div>Welcome to Cobweb X3D Browser 1.19:</div><div>        Current Graphics Renderer</div><div>                Name: Mozilla WebGL 1.0</div><div>                Shading language: WebGL GLSL ES 1.0</div><div>        Rendering Properties</div><div>                Texture units: 16 / 16</div><div>                Max texture size: 4096 × 4096 pixel</div><div>                Max lights: 0</div><div>                Max vertex uniform vectors: 1024</div><div>                Max fragment uniform vectors: 1024</div><div>                Max vertex attribs: 16</div><div>                Antialiased: true</div><div>                Color depth: 32 bits</div><div> cobweb.min.js:35:26627</div><div>Use of getPreventDefault() is deprecated.  Use defaultPrevented instead. cobweb.min.js:3:0</div><div>Done loading scene examples/X3dForAdvancedModeling/Buildings/ArchPrototype.x3d cobweb.min.js:22:20522</div><div>Done loading scene examples/X3dForWebAuthors/Chapter03-Grouping/CoordinateAxes.x3d cobweb.min.js:22:20522</div></div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 12, 2015, at 1:34 PM, Holger Seelig <<a href="mailto:holger.seelig@yahoo.de" class="">holger.seelig@yahoo.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Cobweb does not support HTML DOM content as HTML DOM is not case sensitive and this can lead to ambiguities. Please use the following syntax:<br class=""><br class=""><X3D url='"path/to/your/X3D/world.x3d"'><br class=""></X3D><br class=""><br class="">Holger<br class=""><br class=""><br class=""><br class="">Am 11.12.2015 um 04:29 schrieb John Carlson:<br class=""><blockquote type="cite" class="">The attached files show two x3d files which at least partially load with errors into InstantPlayer but do not load into Cobweb.  I need a little help diagnosing the problem.  I have also attached an HTML file that I am using to load files into  web page.  I’ve tried Cobweb 1.19 url= and latest.  There may be some other way to load it (pointers appreciated).  I do not see any issues with Schematron, except for perhaps profile of subscenegraphs.<br class=""><br class=""><br class=""><br class=""><br class=""><br class="">Don, this is follow up on the ArchPrototype.json blank screen issue.<br class=""><br class="">Thanks,<br class=""><br class="">John<br class=""><br class=""></blockquote><br class=""><br class="">-- <br class="">Holger Seelig<br class="">Mediengestalter Digital – Digital Media Designer<br class=""><br class="">Scheffelstraße 31a<br class="">04277 Leipzig<br class="">Germany<br class=""><br class="">Cellular: +49 1577 147 26 11<br class="">E-Mail:   <a href="mailto:holger.seelig@yahoo.de" class="">holger.seelig@yahoo.de</a><br class="">Web:      <a href="http://titania.create3000.de" class="">http://titania.create3000.de</a><br class=""><br class="">Future to the fantasy ★ ★<br class=""><br class="">_______________________________________________<br class="">x3d-public mailing list<br class=""><a href="mailto:x3d-public@web3d.org" class="">x3d-public@web3d.org</a><br class="">http://web3d.org/mailman/listinfo/x3d-public_web3d.org<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>