Parent Tag Browser Compatability

  • I've been testing a simple visual tour on older browsers for functionality; however, I've encountered an issue. When using the parent tag on layers/plugins, referring to hotspots, the layer/plugin is not displayed. Am I forgetting a tag within the parent hotspot by chance? Is this a known issue? Whenever I remove the parent tag from the layer, it is displayed center-screen (as expected).


    <hotspot name="Food_Menu"
    style="Menu"
    url="MENU_TEST.png"
    ath="123.768" atv="69.684"
    scale="0.3"
    ry="0"
    rz="0"
    rx="0"
    onclick="ShowMenu();"
    />

    <layer name="Test"
    align="center"
    url="LOGO_TEST.png"
    parent="hotspot[Food_Menu]"
    />

    In modern browsers this is not an issue and everything displays as expected. The xml above puts the layer object in the center of the hotspot.


    Lastly, if this is a known issue, has anyone developed a simple workaround aside from manually handling layers as pseudo-children and looping through them with changes?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!