When I enable transparent of opaque WMODE in javascript, flash context menu no longer shows up when right clicking on the chart. So there is no way to trigger Export/Print chart etc.
myChart.addParam("WMode", "Transparent");
Is there any workaround?
Using default WMODE ("window) allows context menu to work but this causes issues with flash overlaying popup windows.