dannyict Posted August 17, 2011 Posted August 17, 2011 (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 August 17, 2011 by dannyict
PowerCat Posted August 17, 2011 Posted August 17, 2011 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] @=""
dannyict Posted August 18, 2011 Author Posted August 18, 2011 (edited) thanks, will try that out and report back. Sorry did not work Edited August 18, 2011 by dannyict
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now