Hi,
I have read through several adobe forums and it seems no one has a conclusive answer on this. When working in flash to add a click tag, I would add this code:
on(release) {
getURL(clickTag,”_blank”);
}
I have switched to Adobe Edge and am assuming the click tag process would be:
1. Go to actions panel
2. Opt for the click option
then what code do I type in? Some suggest the below
window.open( clickTAG, '_blank' );
but the community does not think that is correct. Please help.