473,378 Members | 1,218 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

IE6 and navigator.plugin solution?

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
Jul 20 '05 #1
1 2146
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.
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Reinhold Birkenfeld | last post by:
Hello, another philosophical question: How would you implement a plugin system (for a web-based application)? Conditions are: - One plugin can have one or many "parts" (or "subplugins", or...
8
by: Zheng Da | last post by:
I don't know where should I ask the question, so send the email to this group. I choose this group, because I want to write the program with c++ :) I want to write a program which support...
13
by: Jake | last post by:
Hi all I am trying to read all the navigator object elements 1. Using the navigator.length returns undefined, cant use for loop; 2.Using and array of known elements like var a =...
1
by: Toma¾ Mlakar | last post by:
Hello I'am writing an ASP.NET application and would like to have a page navigator on every page. Navigator would look like this: Start page -> Page 1 -> Page 1.1. I would like as...
1
by: GTi | last post by:
I'm developing a solution with ASP.NET 2.0 (beta) I need to create plugin modules into my project. I have a standard webpage like: - a header on top - menu/info bar on the left - main page...
2
by: Ron | last post by:
Hello, I'm attempting to develop a plugin framework for an application that I'm working on. I wish to develop something in which all plugins exist in a directory tree. The framework need only...
8
by: Flavio | last post by:
Hi, Nowadays the addition of functionality to programs by means of plugins is very frequent. I want to know the opinions of experienced Python developers about the best practices when it...
3
by: Aaron Gray | last post by:
Is 'navigator.mimeTypes' supported on Windows IE ? navigator.mimeTypes.length is giving me 0 Many thanks in advance, Aaron
7
by: WTH | last post by:
I am now aware (I am primarily a C++ developer) that in C# if you reference the same interface from the same file in two different projects the types are actually incompatible. I found this out...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.