View Single Post
  #2 (permalink)  
Old 6th November 2003
Sintel Sintel is offline
Member
BS.player Regular User
 
Join Date: Oct 2003
Location: between a rock and a hard place
Posts: 36
Rep Power: 0
Sintel is an unknown quantity at this point
Default

seems more of a codec problem than a file association problem

if it is not (and ur 100% sure) try putting this in a file named ogm.reg and execute it:

Code:
REGEDIT4

[HKEY_CLASSES_ROOT\.ogm]
@="OGG.Video"
"Content Type"="application/ogg"

[HKEY_CLASSES_ROOT\OGG.Video]
@="OGG Video Container"
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\OGG.Video\shell]
@=""

[HKEY_CLASSES_ROOT\OGG.Video\shell\Open]
"EditFlags"=hex:01,00,00,00

[HKEY_CLASSES_ROOT\OGG.Video\shell\Open\command]
@="C:\\PROGRAM FILES\\BSPLAYER\\BPLAY.EXE \"%L\""

[HKEY_CLASSES_ROOT\OGG.Video\DefaultIcon]
@="C:\\PROGRAM FILES\\BSPLAYER\\BPLAY.EXE,0"
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20