/ Published in: ActionScript
- Create button that covers the entire ad.
- Create an instance of the button on the main timeline and name it "buttonClip" in the properties palette.
- On a new layer add ActionScript to the timeline as follows:
Expand |
Embed | Plain Text
buttonClip.onRelease = function(Void):Void { getURL(clickTag, "_blank"); }
You need to login to post a comment.
