Page 1 of 1

Area hotspots IDs

Posted: Tue Mar 07, 2023 4:55 pm
by mostah
Hello,

We are using area hotspots coming from images generated by a 3d software: https://360.epsilon3d.fr/arc-promotion/ ... 19_maisons

We have a database that shares IDs with object2vr, we would like to know if there is a way to change informations on pop ups according to this database, In order to let buyers know when a flat is already booked, for example.


Best regards,

Re: Area hotspots IDs

Posted: Wed Mar 08, 2023 10:52 am
by Hopki
Hi mostah,
In Object2VR the text boxes will allow external content in the form of an iframe.
So it is possible to display a web page.
This may be a good solution to your problem.
Regards,

Re: Area hotspots IDs

Posted: Wed Mar 08, 2023 11:17 am
by mostah
Hello Hopki,

Thank you very much for your quick reply.
So there is hope. I didn't find the documentation about text boxes, should it be edited in the skin editor?
I fund that: https://ggnome.com/wiki/list-of-placeholders/
Do you have a working sample or a tutorial regarding textboxes?

Best regards,

Re: Area hotspots IDs

Posted: Thu Mar 09, 2023 11:46 am
by mostah
Hello Hopki,

I fund the Reindeer project which uses 2 polygon hotspots and I added an area hotspots to use the image popup, unfortunately the skin doesn't connect with area hotspot IDs.
Is there a way to connect area hotspot to skin element?

Re: Area hotspots IDs

Posted: Thu Mar 09, 2023 2:22 pm
by mostah
Okay, so its working when I set the proxy ID to "1" and not "1 - blabla". Now time to test the text boxes and Iframes. :D

Re: Area hotspots IDs

Posted: Mon Mar 13, 2023 10:30 am
by mostah
Hello Hopki,

it's working! https://visite.epsilon3d.fr/test-2/

I'm using hotspot URL to open pages when clicked and target to show the iframe:
Image

Here is the setup of the text field:
Image

Now I'm having two issues, one is I don't get a hand cursor where cursor is over the hotspot (area)

The other issue is I would like to open my pages in parent domain but using the target box for my iframes I can't set it there and it doesn't work when setting "_parent" in the click action of the text field.

Do you know if there is a way to solve it out?