Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > IE6 and navigator.plugin solution?

Reply
Thread Tools

IE6 and navigator.plugin solution?

 
 
Neil Morris
Guest
Posts: n/a
 
      09-10-2003
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

--
my IE6 favorites for import into Netscape/Internet Explorer
www.Neilmorris.btinternet.co.uk/bookmark.htm


 
Reply With Quote
 
 
 
 
Keith Bowes
Guest
Posts: n/a
 
      09-10-2003
Neil Morris wrote:
> 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.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IE6 Garbage Collection and general IE6 slowness problems timothytoe Javascript 4 06-03-2008 05:17 PM
AJAX problem: slow response using IE6 on Win2000 versus IE6 on XP Pugi! Javascript 0 02-05-2007 10:34 AM
IE6 SP1 rendering vs IE6 SP2 rendering Peter Mount HTML 4 01-31-2006 08:01 AM
Bug in IE6 , cant remove ie6 to replace Ockerr Computer Support 2 01-21-2005 04:01 PM
Just one ie6 template that works with ie6!? Ivor O'Connor HTML 4 11-25-2003 09:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57