Link from custom properties variable

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
SergePix
Posts: 108
Joined: Fri Feb 01, 2019 2:27 pm
Location: Quebec

Hello

I would like to add links on polygons from a variable. But the links don't work.

Here are my procedures:

- I created a polygon
- I added in the polygon properties -> custom properties, a variable name ie: (mylink)
- In the skin I created a text box and add in Advanced-> hotpot Proxy ID the wildcard *

I tried 2 different method:
Method1;
- I put a link with the html parameter in the variable see picture ie: <a href="https://youtube.com">video</a>
- In the skin, I created a text box
- I Insert in the text properties the variable name $(*mylinks)
polygon-properties.jpg
polygon-properties.jpg (11.4 KiB) Viewed 20425 times
skin.jpg
skin.jpg (10.04 KiB) Viewed 20425 times
Method2;
- I put a link without html parameter in the variable see picture ie: https://youtube.com
- In the skin, I created a text box
- I insert in the text properties the html parameter with the variable name see picture ie: <a href = "$(*mylinks)">Video</a>
polygon-properties1.jpg
polygon-properties1.jpg (10.11 KiB) Viewed 20425 times
skin1.jpg
skin1.jpg (10.27 KiB) Viewed 20425 times
and neither method works
Serge
Version: V7.01
Windows 10
Post Reply