<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=8211560&amp;blogName=Web+Development+Tips%2C+Tricks+%26+Trivia&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;homepageUrl=http%3A%2F%2Fmvark.blogspot.com%2F&amp;blogLocale=en_IN&amp;searchRoot=http%3A%2F%2Fmvark.blogspot.com%2Fsearch" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div></div>

Web Development Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred Web Development HOW TO articles, Tips and Tricks


HOW TO disable Flash in IE7 and Firefox

There are tricks to disable pesky image ads & iframe ads but annoying Flash based ads are a different species.

When Flash starts to be a nuisance in IE7, you can easily disable it by going to Tools > Manage Add-ons > Enable or Disable Add-ons and in the dialog box that opens, select the Disable radio button in the Settings panel.

Firefox 3 is expected to have a way to view, disable, and enable plugins using the Add-ons manager (accessible from the Tools menu). Luckily we don't have to wait till it arrives. According to this MozillaZine KB article, you must close your browser and either remove the NPSWF32.dll file associated with Flash from your Mozilla application's plugins folder and place it in a backup location or rename the plugin file. To rename the plugin, add an "X" in front of the file name.

..the Flash plugin may also be located outside the browser's plugin folder.

The Flash plugin may be installed in the C:\Windows\System32\Macromed\Flash folder, so check this location also, even if you've already disabled the Flash plugin by removing or renaming the file "NPSWF32.dll" in your Mozilla browser's plugins folder.

Labels: ,

« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

Links to this post:

Create a Link


»

Post a Comment



» Add to Technorati Favorites

Popular Posts

» HOW TO add a header or footer to a dynamically generated Word document
» HOW TO make web pages "cross browser"
» HOW TO show UTC Date/Time recorded on the server in the user's regional time zone format
» HOW TO control ASP.NET's Adaptive Rendering behavior
» Book Review: MCTS Self-Paced Training Kit (Exam 70-536): Microsoft .NET Framework 2.0 Application Development Framework
» HOW TO send an email programmatically using C# with GMail