F3 and Ctrl-Q do not show flv-files
Moderators: Hacker, petermad, Stefan2, white
F3 and Ctrl-Q do not show flv-files
When I press F3 or Ctrl-Q on almost any kind of file, the resulting box shows its content, but with flv-files I only get a blank (empty) box.
Any ideas what is wrong and how to correct this? Thanks in advance!
J.A.G.
Any ideas what is wrong and how to correct this? Thanks in advance!
J.A.G.
Also i dislike flash and removed it a while ago from all of my computers:Any further suggestions?
- Do you have the Adobe Flash player installed ( https://get.adobe.com/flashplayer/ )?
As far as i see some (or all) (flash-)lister plugins needs this as prerequisite.
Another possible reason:
- Incompatible bitness between lister plugin (x64/x86) and installed Adobe Flash player (x86/x64).
Regards
Holger
J.A.G.,
If you don't use swflst plugin (which opens FLV files in your case and shows nothing; it seems to be this plugin), you can uninstall it, or you can edit its detection string to exclude FLV extension...
If you don't use swflst plugin (which opens FLV files in your case and shows nothing; it seems to be this plugin), you can uninstall it, or you can edit its detection string to exclude FLV extension...
The detection string of swflst here looks like this:
MULTIMEDIA & ext="SWF" | ([0]="F" | [1]="L" | [2]="V") | ([0]="M" | [1]="Z" | [2]="P") | (([0]="F" & [1]="W" & [2]="S")|([0]="C" & [1]="W" & [2]="S") & FORCE)
I am not sure about what to do with that. I de-activated swflst, but that did not do it.
Thanks again for any useful advice.
MULTIMEDIA & ext="SWF" | ([0]="F" | [1]="L" | [2]="V") | ([0]="M" | [1]="Z" | [2]="P") | (([0]="F" & [1]="W" & [2]="S")|([0]="C" & [1]="W" & [2]="S") & FORCE)
I am not sure about what to do with that. I de-activated swflst, but that did not do it.
Thanks again for any useful advice.
Well, it seems that you can remove this part of detection string (it checks that first three file bytes contain "FLV" text):
Anyway, when you delete plugin from Lister plugins it shouldn't be loaded anymore...
Code: Select all
| ([0]="F" | [1]="L" | [2]="V")