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

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top