Click here to Skip to main content
15,889,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to detect which version of flash is running on client machines for reporting purposes. I have a c# program that does a whole lot of reporting that I want to add this to. Ideally the program would just detect the version without any human interaction.

Can anybody tell me how to do this?

TIA - Jeff.
Posted

if client is using IE then you can check using.

Request.Headers["accept"].Contains ("application/x-shockwave-flash")


Please vote and Accept Answer if it Helped.
 
Share this answer
 
v2
Comments
Dalek Dave 12-Nov-10 9:30am    
Good Call.
You can use the technique described here[^] to find it via the registry.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900