![Confused :?](./images/smilies/icon_confused.gif)
problem stays the same, no function, no link behind the nice banner ...
greetz & thx for possible support in advance,
claudia
Code: Select all
on (release) {
if (_root.clickTag.substr(0,9) == "index.php") {
getURL(_root.clickTag, _root.clickTarget==undefined ? "_blank" : _root.clickTarget);
}
}
Code: Select all
if(_root.clickTag != undefined) {
on (release) {
// only needed if you want to allow relative links (of your own site) only
// if (_root.clickTag.substr(0,9) == "index.php") {
getURL(_root.clickTag, _root.clickTarget==undefined ? "_blank" : _root.clickTarget);
// }
}
}