473,406 Members | 2,710 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,406 software developers and data experts.

How to detect flash installed / enabled in a browser

Hi friends..

i know it may be a repeated Q.
Though i had search across i couldnt get the right solution and in
some, links were broken..

I want to check a browser when a user clicks on a link whether it
supports playing Flash files or not,

If yes it starts playing the Flash file.
or else it should pop up a screen to ask downloading flash plug in
into the system.

Please help me

Regards,
Anees
Jan 11 '08 #1
9 18164
rf

"Anees" <mu********@gmail.comwrote in message
news:91**********************************@v67g2000 hse.googlegroups.com...
Hi friends..

i know it may be a repeated Q.
Though i had search across i couldnt get the right solution and in
some, links were broken..
Hmmm. Googling for "detect flash installed enabled" reveals 104,000 hits,
the first of which is the Adobe flash player detection kit. I recon Adobe
would be the authority on the subject :-)

--
Richard.
Jan 11 '08 #2
On Jan 10, 11:41*pm, "rf" <r...@invalid.comwrote:
"Anees" <muhd.an...@gmail.comwrote in message

news:91**********************************@v67g2000 hse.googlegroups.com...
Hi friends..
i know it may be a repeated Q.
Though i had search across i couldnt get the right solution and in
some, links were broken..

Hmmm. Googling for "detect flash installed enabled" reveals 104,000 hits,
the first of which is the Adobe flash player detection kit. I recon Adobe
would be the authority on the subject :-)
Unfortunately they are not. Their detection kit is awful. Examples
posted elsewhere are typically just as bad. This issue will be
addressed in the CWR project soon.

The answer for this varies according to whether a specific version is
required and whether parameters need to be passed to the Flash movie
(older Safari browsers ignore those.) If the answer to those two
questions is no, then nested objects with a download message as the
fallback will work. The script would simply find and display the
outer object on click.
Jan 11 '08 #3
On Jan 11, 9:53 am, David Mark <dmark.cins...@gmail.comwrote:
On Jan 10, 11:41 pm, "rf" <r...@invalid.comwrote:
"Anees" <muhd.an...@gmail.comwrote in message
news:91**********************************@v67g2000 hse.googlegroups.com...
Hi friends..
i know it may be a repeated Q.
Though i had search across i couldnt get the right solution and in
some, links were broken..
Hmmm. Googling for "detect flash installed enabled" reveals 104,000 hits,
the first of which is the Adobe flash player detection kit. I recon Adobe
would be the authority on the subject :-)

Unfortunately they are not. Their detection kit is awful. Examples
posted elsewhere are typically just as bad. This issue will be
addressed in the CWR project soon.

The answer for this varies according to whether a specific version is
required and whether parameters need to be passed to the Flash movie
(older Safari browsers ignore those.) If the answer to those two
questions is no, then nested objects with a download message as the
fallback will work. The script would simply find and display the
outer object on click.
Hi
Thanks Guys..
i just got a good solution from
http://www.adobe.com/products/flashp...detection_kit/
thanks for ur suggetions

regards
Anees
Jan 11 '08 #4
On Jan 11, 12:13*am, Anees <muhd.an...@gmail.comwrote:
On Jan 11, 9:53 am, David Mark <dmark.cins...@gmail.comwrote:


On Jan 10, 11:41 pm, "rf" <r...@invalid.comwrote:
"Anees" <muhd.an...@gmail.comwrote in message
>news:91**********************************@v67g200 0hse.googlegroups.com....
Hi friends..
i know it may be a repeated Q.
Though i had search across i couldnt get the right solution and in
some, links were broken..
Hmmm. Googling for "detect flash installed enabled" reveals 104,000 hits,
the first of which is the Adobe flash player detection kit. I recon Adobe
would be the authority on the subject :-)
Unfortunately they are not. *Their detection kit is awful. *Examples
posted elsewhere are typically just as bad. *This issue will be
addressed in the CWR project soon.
The answer for this varies according to whether a specific version is
required and whether parameters need to be passed to the Flash movie
(older Safari browsers ignore those.) *If the answer to those two
questions is no, then nested objects with a download message as the
fallback will work. *The script would simply find and display the
outer object on click.

Hi
Thanks Guys..
i just got a good solution fromhttp://www.adobe.com/products/flashplayer/download/detection_kit/
thanks for ur suggetions
That is not even close to a good solution as it relies on browser
sniffing.
Jan 11 '08 #5
That is not even close to a good solution as it relies on browser
sniffing.
oh..coz i got flash installed with my fire fox browser... i couldnt
check how it workes when the flash is not der..!!!!

Please suggest me a good solution..

Anees
Jan 11 '08 #6
On Jan 11, 1:29*am, Anees <muhd.an...@gmail.comwrote:
That is not even close to a good solution as it relies on browser
sniffing.

oh..coz i got flash installed with my fire fox browser... i couldnt
check how it workes when the flash is not der..!!!!

Please suggest me a good solution..
Post a link to your page or the markup used for your Flash movie.
Jan 11 '08 #7
Post a link to your page or the markup used for your Flash movie.
http://projects.realinternetsales.com/AudraRhodes/
here i need to Load the JS Menu if Flash will not support
And also need to prompt the user to confirm the redirection into flash
download page

Anees
Jan 11 '08 #8
Post a link to your page or the markup used for your Flash movie.
http://projects.realinternetsales.com/AudraRhodes/
here i need to Load the JS Menu if Flash will not support
And also need to prompt the user to confirm the redirection into flash
download page

Anees
Jan 11 '08 #9
Thanks David
Thanks very much for ur solution

regards
Anees
Jan 11 '08 #10

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

Similar topics

1
by: Jessie | last post by:
I found some example on web, but most of them are need 2 pages by using redirect method. Is there code for do this only in one page? Thank you!
6
by: Astra | last post by:
Hi All I have a Javascript to detect whether a client's browser has flash installed, but as so many people are putting me off relying on Javascript, could you please let me know if you know how...
5
by: Mika S. | last post by:
Hi, How can I detect if the Flash plugin is installed? Should be working with the most common browsers and environments. Thanks, Mika
1
by: Jeyaprakash(CK) Chittu | last post by:
Hi I have couple of pages that maintain some stateful information and i need to detect browser back button press and refetch the page in order to show the current values on the fields. Is there...
5
by: zimmy | last post by:
Hi, Is it possible to check whether ASP.NET is installed on a machine, within a program that I'm writing in C#? And if it's installed, can I check if it is enabled? How? Thanks
2
by: Tee | last post by:
Hi, How can we easily detect cookies is enabled? Thanks
115
by: post2google | last post by:
I was thinking about where to go for lunch the other day, so I went to hardees.com to see what the menu looked like these days. What comes up is a big note that my flash version is not new enough...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.