Internet Explorer compatibility? #3397
Unanswered
msteele999
asked this question in
Q&A
Replies: 4 comments 3 replies
-
According to MDN docs, Internet Explorer doesn't support WebAssembly (the key technology that Ruffle uses in web browser for emulating Flash). |
Beta Was this translation helpful? Give feedback.
3 replies
-
Success!
…On Wed, Feb 24, 2021 at 12:02 PM Daniel Jacobs ***@***.***> wrote:
If your application runs on the web, you can still run Flash itself in IE.
However, to use it on Windows, you need to get around the Windows
kill-switch. Create a file called mms.cfg, and move it to
C:\Windows\SysWOW64\Macromed\Flash and C:\Windows\System32\Macromed\Flash.
I know whenever someone says to mess with System32, you assume it may break
your computer (for good reason), but this actually needs to be done. I got
a website running Flash that didn't work with Ruffle to work on IE for me
this way.
The contents of mms.cfg should be:
EOLUninstallDisable=1
DisableAnalytics=1
SilentAutoUpdateEnable=0
EnableAllowList=1
AllowListPreview=1
AutoUpdateDisable=1
ErrorReportingEnable=1
EnableInsecureActiveXNavigateToURL=1
AllowListRootMovieOnly=1
EnableInsecureLocalWithFileSystem=1
EnableInsecureAllowListLocalPathMatching=1
AllowListUrlPattern=<full_web_url_of_website>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3397 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRMUYPSZEK3OXUB3KQX2BTTAUWKJANCNFSM4YCRA5OA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
question - what is the syntax of AllowListUrlPattern for listing multiple
URL's?
space or comma between them?
…On Wed, Feb 24, 2021 at 12:47 PM Mark Steele ***@***.***> wrote:
Success!
On Wed, Feb 24, 2021 at 12:02 PM Daniel Jacobs ***@***.***>
wrote:
> If your application runs on the web, you can still run Flash itself in
> IE. However, to use it on Windows, you need to get around the Windows
> kill-switch. Create a file called mms.cfg, and move it to
> C:\Windows\SysWOW64\Macromed\Flash and C:\Windows\System32\Macromed\Flash.
> I know whenever someone says to mess with System32, you assume it may break
> your computer (for good reason), but this actually needs to be done. I got
> a website running Flash that didn't work with Ruffle to work on IE for me
> this way.
>
> The contents of mms.cfg should be:
>
> EOLUninstallDisable=1
> DisableAnalytics=1
> SilentAutoUpdateEnable=0
> EnableAllowList=1
> AllowListPreview=1
> AutoUpdateDisable=1
> ErrorReportingEnable=1
> EnableInsecureActiveXNavigateToURL=1
> AllowListRootMovieOnly=1
> EnableInsecureLocalWithFileSystem=1
> EnableInsecureAllowListLocalPathMatching=1
>
> AllowListUrlPattern=<full_web_url_of_website>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#3397 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABRMUYPSZEK3OXUB3KQX2BTTAUWKJANCNFSM4YCRA5OA>
> .
>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured it out.
A new line for each one workd
…On Wed, Feb 24, 2021 at 12:49 PM Mark Steele ***@***.***> wrote:
question - what is the syntax of AllowListUrlPattern for listing multiple
URL's?
space or comma between them?
On Wed, Feb 24, 2021 at 12:47 PM Mark Steele ***@***.***> wrote:
> Success!
>
> On Wed, Feb 24, 2021 at 12:02 PM Daniel Jacobs ***@***.***>
> wrote:
>
>> If your application runs on the web, you can still run Flash itself in
>> IE. However, to use it on Windows, you need to get around the Windows
>> kill-switch. Create a file called mms.cfg, and move it to
>> C:\Windows\SysWOW64\Macromed\Flash and C:\Windows\System32\Macromed\Flash.
>> I know whenever someone says to mess with System32, you assume it may break
>> your computer (for good reason), but this actually needs to be done. I got
>> a website running Flash that didn't work with Ruffle to work on IE for me
>> this way.
>>
>> The contents of mms.cfg should be:
>>
>> EOLUninstallDisable=1
>> DisableAnalytics=1
>> SilentAutoUpdateEnable=0
>> EnableAllowList=1
>> AllowListPreview=1
>> AutoUpdateDisable=1
>> ErrorReportingEnable=1
>> EnableInsecureActiveXNavigateToURL=1
>> AllowListRootMovieOnly=1
>> EnableInsecureLocalWithFileSystem=1
>> EnableInsecureAllowListLocalPathMatching=1
>>
>> AllowListUrlPattern=<full_web_url_of_website>
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#3397 (reply in thread)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/ABRMUYPSZEK3OXUB3KQX2BTTAUWKJANCNFSM4YCRA5OA>
>> .
>>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application (HP Virtual Connect Manager) that requires ActiveX and Flash. So far, only Internet Explorer gets past the ActiveX requirement, but I don't know how (or if I can) load ruffle as an extension in the older Internet Explorer.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions