It appears that Flash 9.0 under Linux could not handle transparent Flash which causes my negative tool-bar unclickable. I fixed this problem by adding one line to WriteHeadFlash function in “common/common.js”: function WriteHeadFlash(Path,Width,Height,Transparent){ if(isIE()==false) return; //If not IE, disable flash head … }