Answered
Button links IE vs. Firefox...sometimes...
I have a series of buttons with links similar to the
following example:
some_btn.onRelease = function(){
getURL(" http://whatever.com", "blank");
};
These buttons function perfectly on my pc, both in IE 6 & 7 and Firefox 2. On my laptop however, the button links work perfectly in IE, but not in the Firefox browser. I have also used"_blank" with, as I suspected, no difference. The entire flash menu works well other than these button links not working in Firefox on a remote computer. Any clues?
some_btn.onRelease = function(){
getURL(" http://whatever.com", "blank");
};
These buttons function perfectly on my pc, both in IE 6 & 7 and Firefox 2. On my laptop however, the button links work perfectly in IE, but not in the Firefox browser. I have also used"_blank" with, as I suspected, no difference. The entire flash menu works well other than these button links not working in Firefox on a remote computer. Any clues?