algorithm0
04-11-2007, 02:42 PM
Howdy once again everyone!
I'm curious to how others handle detecting the flash plugin and getting visitors to install it if it is not present. I've taken two approaches, but each have pros and cons.
First I've used the Adobe Flash Player Detection Kit and Express Installer. This has the potential of handling just about every situation where users either don't have any flash installed, or have a older version of flash installed. This approach consists of a blob full of javascript which in my case conflicted w/ other elements of my web page. It also is difficult to use in conjunction w/ the SWFObject script (unless you use the newest version of SWFObject where you can use the express installer from adobe, built in).
The other solution I've found doesn't work as well as the adobe flash player detection kit. This second solution is to use the newest SWFObject and activate the express installation option on the object. The problem I have with this is that it doesn't help the user get flash if they have no plugin whatsoever installed. This solution is however extremely clean and easy to implement. It also solves the IE embed activation issue.
So, how do you handle this issue on your websites?
I'm curious to how others handle detecting the flash plugin and getting visitors to install it if it is not present. I've taken two approaches, but each have pros and cons.
First I've used the Adobe Flash Player Detection Kit and Express Installer. This has the potential of handling just about every situation where users either don't have any flash installed, or have a older version of flash installed. This approach consists of a blob full of javascript which in my case conflicted w/ other elements of my web page. It also is difficult to use in conjunction w/ the SWFObject script (unless you use the newest version of SWFObject where you can use the express installer from adobe, built in).
The other solution I've found doesn't work as well as the adobe flash player detection kit. This second solution is to use the newest SWFObject and activate the express installation option on the object. The problem I have with this is that it doesn't help the user get flash if they have no plugin whatsoever installed. This solution is however extremely clean and easy to implement. It also solves the IE embed activation issue.
So, how do you handle this issue on your websites?