CLICK TAG:
on (release) {
getURL(clickTAG, "_blank");
}
Please code using ActionScript 1 or 2.
|
Flash CLICK TAG Step-by-Step
1. Create a new layer where the duration equals the flash duration.
2. Add a transparent button to the layer on the clickable part of the banner.
4. Click on the Actions tab.
5. Copy/Paste this actionscript in the actions window
on (release) {
getURL(clickTAG, "_blank");
}
Please code using ActionScript 1 or 2.
|