Jump to content

Associate .swf with Internet Eplorer


Recommended Posts

Is there a way to associate .swf with Internet Explorer in Autoit?

I tried this but did not work

ASSOC .swf=flash
FTYPE flash=C:\Program Files\Internet Explorer\iexplore.exe

Anyone got suggestions please?

Edited by dannyict
Link to comment
Share on other sites

You gotta use the registry.

Here's what was added to my registry after associating SWF with iexplore:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.swf]

@="ShockwaveFlash.ShockwaveFlash"

"Content Type"="application/x-shockwave-flash"

[HKEY_CLASSES_ROOT\.swf\OpenWithList]

[HKEY_CLASSES_ROOT\.swf\OpenWithList\IExplore.exe]

@=""

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...