IE6 and navigator.plugin solution?

N

Neil Morris

HI
I am wondering if there is a solution to the IE6 missing navigator.plugin
feature. would something like the OBJECT tag with the
type="applicaton/x-shockwave-flash" where one can count the methods and then
compare it to the type="" method count?

just wondering

Neil Morris
 
K

Keith Bowes

Neil said:
I am wondering if there is a solution to the IE6 missing navigator.plugin
feature.

Uh, Internet Explorer for Windows doesn't support plug-ins, but rather
program components embedded into web pages (though the Eolas lawsuit may
change that). The way to detect Flash is:
new ActiveXObject('SockwaveFlash.ShockwaveFlash')

See the MSDN for more information. Be sure to do object detection.

Though this is a possibility, most people use VBScript for this purpose.

However, perhaps a better way is to just include alternative content in
the "object" element.
 

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

Members online

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,219
Latest member
Geraldine7

Latest Threads

Top