Holger Seelig

Results 68 comments of Holger Seelig

The issue is not whether NavigationInfo.type should be coded differently, but whether MFString values should be coded differently, and that will probably not be the case.

Thank you for your comment. It shows me that there is an interest for that issue.

X_ITE used the jquery-fullscreen-plugin and according to its documentation: >This only works when the code was triggered by a user interaction (For example a onclick event on a button). Browsers...

I will close this issue now, but feel free to reopen again, or a new issue.

As the log shows, there is an explanation why. https://goo.gl/xX8pDD Using the AudioClip node or MovieTexture node is not other than using a audio or video tag and X3D authors...

Please open the Developer Console of your browser and and look/post what output is there.

You can use relative paths, when the x3d is in the same folder as your html, you then only need `src="Deer.x3d"`.

![](https://user-images.githubusercontent.com/77847768/161308153-0b4e0b80-aa1f-4f58-9a27-9834fb0845c9.png) In this image a CORS problem occurs. I also tried the `python3 -m http.server 8023` server, and it worked for me, but note I use `python3`. ![](https://user-images.githubusercontent.com/77847768/161311264-2e7f8429-2910-40d2-8d26-29df7e160de5.png) In this...

Here is a Chrome CORS extension https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf It could be that with this extension file:// protocol works, not tested yet.

You need to enable CORS see https://stackoverflow.com/questions/21956683/enable-access-control-on-simple-http-server use the checked answer, section "Python 3 solution", OR install a Chrome extension to enable CORS https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf.