Hello all,
I have a flash banner that is a simple animation and some text, and at the top layer an invisible hit area button that has the following AS on it…
on (release) {
getURL(url, "_self");
}
I am using this ad in Banner Manager XE to be displayed on http://www.painmedicinenews.com You can actually see it there currently among the tile ads on the left side. (It looks like an iPod) hence the “url” is getting passed through the banner manager.
My problem is, I cannot get it to work without a new window. I have tried _self, _parent, and _top and none of them work. As soon as I change it to _blank, it works just fine, minus the fact its a new window. The hand cursor shows up, but when you click, literally nothing happens. I’ve been scouring over Google all afternoon looking for a solution, but I can find none. The banner management system is housed in the same server as the website, though in different folders. Is there any way to get this to work in the same window, it looks very unprofessional in a blank window. Thanks.