How can I use javascript/jQuery/etc to detect if Flash is installed and if it isn't, display a div that contains information informing the user that they need to install flash?
|
|
|
|
|
|
|
use swfobject. it replaces a div with the flash if it is installed. see http://code.google.com/p/swfobject/ Josh |
||
|
|
|
|
You can use navigator.mimeTypes.
|
||
|
|
