Graph ZX - Redirecting Users or Alternative content for users without Flash plugin

 

You can use JavaScript to detect if the Flash Plugin is present. Here are two samples :

1) This sample has the detection in the body of the HTML and will display the Graph if the Flash Plugin exists or something else if not. Note you can embed the Script inside other HTML. The only code that needs to be inside the SCRIPT is the code that is dependant on the CanFlashPlay result.

Sample 1 - Check for Flash

(Click here to download the zipped files used in this demo)

2) This sample checks for flash and then redirects the user to another page depending on the result. The detection script now has to be in the header and you need three pages. One to check for Flash and two more to display either Flash or No Flash Content.

Sample 2 - Check for Flash - redirect

(Click here to download the zipped files used in this demo)