ive had a quick google and forum seach and cant readily find the solution im after.
Unfortunately some of my pages have flash elements do display images. Untill now ive just left it at that, so anyone visiting my site with flash not installed/enabled is going to see a confusing/ugly page when they get to it.
How can i determine if a visitor had flash so that i can do something along the lines of:
if(flash is installed)
print the code to displat the page as normal
else
print explanation that flash is required*
Presumably in JS or something
*or redirect to non-flash version of the page that could be created at a later date
TIA
Unfortunately some of my pages have flash elements do display images. Untill now ive just left it at that, so anyone visiting my site with flash not installed/enabled is going to see a confusing/ugly page when they get to it.
How can i determine if a visitor had flash so that i can do something along the lines of:
if(flash is installed)
print the code to displat the page as normal
else
print explanation that flash is required*
Presumably in JS or something
*or redirect to non-flash version of the page that could be created at a later date
TIA