total newb question here…
[INDENT]thumb1.onPress = function () {
if (currentPosition>=240 && currentPosition<=310) {
getURL(“flash/images/guy.jpg”, _blank);
} else {
stop();
};
};
[/INDENT]why is it that even when the position is not between 240 and 310 you can still click it and make the new url pop up.
also, is there a way to specify where it will load besides _blank, _self, or _parent can’t i tell it to load into a frame i already have an id/name for? any help would be appreciated. thanks.
-les bucks