Hello,
I want to retrieve other scene's hotspot attributes and tried following code:
Quotehotspot[hotspotname].url);
This works only for the hotspots which are in the current scene.
So I tried adding scene information like this but doesn't work:
Quoteget(scene[scenename].hotspot[hotspotname].url);
I thought all the XML information are accessible like JavaScript DOM -> Am I wrong?
Could someone explaing how this works?
Best Regards,
hyung