Guys, Is it possible in that we can detect if the user's browser has flash plugins. If i detect that it doesnt have, ill redirect to other page, something like that. Thanks, Mike
If you have ever used flash, just make a blank flash file and put this actionscript on the first frame. getURL("http://www.google.com"); Code (markup): and just repalce that url with the url you wish to direct to if they DO have flash installed.