london-G 0 Light Poster

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.