Disabling Flash Plug-in?

W

Whit

I'm running IE6.0. I want to test a script designed to check for the
presence of the Macromedia Flash Player. Is it possible to temporarily
disable this plug-in? Thanks for your help.
 
H

H Leboeuf

From a previous post. Sorry I did not kept the sender's name.

I made two shortcuts in my Links area under Internet Explorer, which
each run a command:

Flash On:

"C:\WINNT\SYSTEM32\regsvr32.exe"
"C:\WinNT\System32\Macromed\Flash\swflash.ocx"

Flash Off:

"C:\WINNT\SYSTEM32\regsvr32.exe"
"C:\WinNT\System32\Macromed\Flash\swflash.ocx" /u

(these are word wrapped for usenet, you must combine the two lines
back together, separated by a space)

Of course, if you're not running an NT-kernel OS, or if you installed
flash in a different directory you'll have to adjust the paths to
regsvr32.exe and swflash.ocx
 
W

Whit

Perfect! - Thanks, Henri

H Leboeuf said:
From a previous post. Sorry I did not kept the sender's name.

I made two shortcuts in my Links area under Internet Explorer, which
each run a command:

Flash On:

"C:\WINNT\SYSTEM32\regsvr32.exe"
"C:\WinNT\System32\Macromed\Flash\swflash.ocx"

Flash Off:

"C:\WINNT\SYSTEM32\regsvr32.exe"
"C:\WinNT\System32\Macromed\Flash\swflash.ocx" /u

(these are word wrapped for usenet, you must combine the two lines
back together, separated by a space)

Of course, if you're not running an NT-kernel OS, or if you installed
flash in a different directory you'll have to adjust the paths to
regsvr32.exe and swflash.ocx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top