Hi,
I converted a as3 file into a html5 file using swiffy tools offered by google.
My code is below:
var stage = new swiffy.Stage(document.getElementById('swiffycontainer'),
swiffyobject, {});
stage.setFlashVars("clickTAG=%%CLICK_URL_ESC%%%%DEST_URL%%");
stage.start();
It works fine but I want to link the stage to a new page. Any idea how I can achieve this?
Thanks