test-B.hype.zip (301,8 KB)
I want to create a .oam widget with Hype. For this, all objects must be integrated in the hype document. The data comes from pano2VR ggnome.com
With the iframe — "<iframe src = ${resourcesFolderName}/index.html ; style= 'position:fixed; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100% ' "— I get the index.html to run.
But only the Java part is running. The panorama, which consists of many individual parts, is not displayed. This is because both the "tiles" and "webxr" folders cannot be loaded into Hype.
My problem is how to get the subfolders into Hype. Is it not possible to create a virtual folder in Hype.
Or create a virtual directory in Javascript that simulates the name of the folder. something like this ... ${resourcesFolderName}/myVirtualFolder/…....
I don't know, I have no more ideas
Ralf
folder_for_Hype.zip (913,3 KB)