1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Disabling Plugins

Discussion in 'Firefox, Thunderbird & SeaMonkey' started by ackerberg, 2004/06/09.

Thread Status:
Not open for further replies.
  1. 2004/06/09
    ackerberg

    ackerberg Inactive Thread Starter

    Joined:
    2002/02/02
    Messages:
    869
    Likes Received:
    2
    I installed the Macromedia flash and now the flashing bothers me. I noticed that it can be disabled for mail and newsgroups under preferences. Can it be generally disabled without removing it from the plugin folder?
     
  2. 2004/06/09
    Ramona

    Ramona Geek Member Alumni

    Joined:
    2001/12/31
    Messages:
    7,481
    Likes Received:
    2
    Hi ackerberg,

    You might be interested in the Preferences Toolbar, which includes a "Kill Flash" option. There is no Mozilla Preference other than in Mail & Newsgroups.

    I also found this batch file which is used to toggle Flash On/Off:

    Code:
    @echo off
    if exist  "C:\Program Files\Mozilla Firefox\plugins\npswf32.dll" goto disable
    if exist  "C:\Program Files\Mozilla Firefox\plugins\npswf32.dll.off" goto enable
    echo Couldn't find a flash plugin.
    echo.
    goto usage
    
    :disable
    ren  "C:\Program Files\Mozilla Firefox\plugins\npswf32.dll"  "npswf32.dll.off "
    
    echo Flash Disabled.
    goto done
    
    :enable
    ren  "C:\Program Files\Mozilla Firefox\plugins\npswf32.dll.off"  "npswf32.dll "
    
    echo Flash Enabled.
    goto done
    
    :usage
    echo You must specify the path to your browser's plugins directory.
    echo Put the path in double quotes if it includes spaces.
    echo For example, toggleflash.bat  "c:\Program Files\Mozilla\bin\plugins "
    
    :done
    
    Ramona
     

  3. to hide this advert.

  4. 2004/06/09
    ackerberg

    ackerberg Inactive Thread Starter

    Joined:
    2002/02/02
    Messages:
    869
    Likes Received:
    2
    Thank you Ramona. You always get it right!
    Bob
     
  5. 2004/06/09
    Ramona

    Ramona Geek Member Alumni

    Joined:
    2001/12/31
    Messages:
    7,481
    Likes Received:
    2
    Always a pleasure ackerberg!

    Ramona
     
  6. 2004/06/12
    Westside

    Westside Inactive Alumni

    Joined:
    2003/03/30
    Messages:
    4,506
    Likes Received:
    14
    Ramona,
    there is so much Flash stuff, aboard, that I am not sure if it is possible to handle everything. Just yesterday I found out that NPSWF32.dll, v.7, interfered with some obvious Flash in NS7.1. I threw the file out of the plugins folder, and things started to work normally. However, later, I found np32dsw.dll called Shockwave plugin for Netscape director.
    But Kill Flash is really nice.
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.