Flash Banners
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG);
}
} function goto_url(e:Event) : void {
if (String(root.loaderInfo.parameters.clickTAG).substr(0,5) == "http:") {
navigateToURL(new URLRequest(String(root.loaderInfo.parameters.clickTAG)), "_blank");
}
}
movieClip_2.addEventListener(MouseEvent.CLICK,goto_url);Uploading a Flash Banner


Displaying an Image Banner

Related Articles
HTML5 Hosted Image BannersImage BannersGeo BannersLast updated
Was this helpful?