been trying forever to figure out how to pass variables to flash through javascript with no luck.
anyhow, yes the target link is hardcoded into the swf file. decompiling the file led me to frame 45 on the timeline where i found this gem:
bt.onRelease = function ()
{
getURL(_root.ad_url, “_blank”);
}
;
i recompiled the swf with the target window as _parent and though it worked it was all kinds buggy. i have tried my hardest to get this damn thing going the way i want in the parent window with no luck. i inch closer and closer but never perfect it.
really wish it was more configurable.