Jump to content

Recommended Posts

Posted (edited)

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
Posted

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]

@=""

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
  • Recently Browsing   0 members

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