Archive: Registering filetypes with Netscape and IE (how?)


Winamp, upon installation, seems to register the PLS extension (among others) so that a visit to http://www.shoutcast.com allows you to click on a station and winamp immediately starts playing the stream, without asking any questions.

How do I achieve a similar result for my own file extension? Is there a certain registry section I need to write to? Is it different for IE and Netscape? Is it different for any versions of these browsers?

Thanks a lot! =)


You want a file extension which opens right away (without asking Open/Download of IE), right?
I believe you need the EditFlags property of the file type subkey in the HKEY_CLASSES_ROOT. I'm not really sure though.
(try looking at MPEGFILE - it automatically opens the Windows Media Player (on my PC), if I click on a movie in IE).


Thanks! EditFlags was indeed the solution =)