Not sure which Genome2D version you are using, some versions had
public var useRightClick:Bool = true;
by default in GContextConfig this resulted in Genome2D automatically assigning RIGHT_CLICK event listeners on stage which will disable context menu in Flash by default. Latest Genome2D version has this property set to false by default.
P.