4 Replies Latest reply: Mar 11, 2013 1:00 PM by Susan Hester RSS

    Link Edge animation to HTML page?

    Susan Hester Community Member

      Is there a way to link my Edge animation to an Index HTML page in the same folder as the Edge.HTML? I linked a webpage with the OpenURL trigger and it worked. But I would like to link it to the index page within the same folder so that I can test it before uploading it to the internet.

       

      The trigger link that worked is:

      window.open("http://www.mywebsite.com", "_self");

       

      But can I use something like:

      window.open("index.com", "_self");

       

      Thanks,

      Susan