Beiträge von kamilus

    hi.
    I'm using demo version still, but...
    I define some action

    Code
    <action name="testa">
    showtext(%1);
    </action>

    Then trying to call it:

    Code
    <hotspot name="somespot" url="img/dymek.png" ath="-10.94" atv="3.62" scale="1" zoom="false" onclick="testa(supertest);" onhover="" />


    and it's not working but:

    Code
    <hotspot name="somespot" url="img/dymek.png" ath="-10.94"  atv="3.62" scale="1" zoom="false" onclick="action(testa,supertest);" onhover=""  />


    works just fine.

    What did i wrong?