[SOLVED] External call, like ExternalInterface

I am having problems in IE and Edge, as the strict mode does not allow to use triggerButton function.
If I use @:expose("external.ExposedButtons ") I have the problem.
If I use @:expose("external.triggerButton ") directly it doesn’t throw the strict mode error, but it says the function does not exist.