Copy link to clipboard
Copied
Hi,
I am trying to set up a 300x600 HTML5 banner, but whatever I do the button isn't clickable. I have tried to put the layer at the very top and tried this approach:
I have also tried by making a movie clip in my Scene 1 and inside the movie clip I'd make two layers, one with the code and one with the button area.
Nothing so far is working, as far as my publishing settings goes, I am using the same ones as another project which is working...
Copy link to clipboard
Copied
on step 5, select the button and then use the wizard. or select Objet's keyframe and add:
this.Objet.addEventListener("click",ObjetF.bind(this));
function ObjetF(){
alert(this);
}
Find more inspiration, events, and resources on the new Adobe Community
Explore Now