Would some savvy user explain to me how to do this?
I made a simple animated banner ad. Specs from the publisher are to "build the
"Button Layer" into the ad and include the URL in it. Sounds easy enough, but
I'm not very experienced.... I made a layer in the background of the ad and
made ...
more >>
I am setting up a banner for a client, and need to add the clickTag function to
it, which I did like this:
on (release) {
if (clickTag.substr(0,5) == "http:") {
getURL(_root.clickTag, "_blank");
}
}
I then tested in by putting this code in the first frame of movie:
_root.clickTAG...
more >>