Need a reg file to associate FLV files with a specific player

  • Thread starter Thread starter Phil Buchman
  • Start date Start date
P

Phil Buchman

Hi!

I need a reg file to associate all FLV videos with a specific media
player, so that when I click on the .flv it loads and starts playing in
that specified player.

How do I write that reg file?
 
No idea about this application (extension) but assoc and ftype commands may
be of use here.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
Hi Dave,

Your response gave me an idea and I found the answer on the net:



[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.FLV]
"Application"="KMPlayer.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.FLV\OpenWithList]
"a"="KMPlayer.exe"
"MRUList"="a"



Thanks for your help!
 
Back
Top