Question
clickTag and AS3 code c heck please
I'm new to Flash and Action Script. I'm creating a banner ad
for a clent for the first time. I've created a transparent
MovieClip covering the stage called clickthrough_mc. The agency
wants a clickTag added. Here's the code I've added to the actions
layer. Can someone proof it for me and let me know if I'm doing
this right?
on(release)
{
getURL (_level0.clickTag, "_blank");
}
clickthrough_mc.buttonMode = true
I get errors but I assume that is because my code is calling for something that doesn't exist yet because the swf isn't uploaded to the host site, correct?
Here's the error codes.
1180: Call to a possibly undefined method on.
on(release)
{
getURL (_level0.clickTag, "_blank");
}
clickthrough_mc.buttonMode = true
I get errors but I assume that is because my code is calling for something that doesn't exist yet because the swf isn't uploaded to the host site, correct?
Here's the error codes.
1180: Call to a possibly undefined method on.