Internet Explorer 11 does not respond to FSCommand

859 views Asked by At

In the Internet Explorer 11 the FSCommands seem unresponsive and no event is fired. Every other major browser seems to work fine.

A callback is registered to "domId_DoFSCommand". I also tried the addEventListener, which doesn't work either.

3

There are 3 answers

0
AudioBubble On

I'm not sure but you can try to enable FScommand via meta tags

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />

0
user3516112 On
  1. First of all check if parameter AllowScriptAccess="always".
  2. Try to turn on compatibility mode. If it works add meta teg to your web-site.

And better use ExternalInterface if it's possible.

0
DrakeTruber On

Internet Explorer is not a big supporter of Flash: http://windows.microsoft.com/en-us/internet-explorer/help/adobe-flash-not-working I would highly recommend using a more advanced explorer such as Google Chrome. My best wishes to whatever project your working on.