Hello,
Does anybody know what the goo work around for the following problem is?
I have two version of the same site. One is flash and another is HTML.
How in the code I can check whether user's browser supports Flash. If so load Flash version of the site, otherwise HTML version.
Thank you.The first thing hat comes to mind is to post a default page with entrances to both sites. That way you could let the user choose. I personally dont like that though. I would write a js code to eliminate the problem. and paste it into the source code.read this page for a very good way of doing what you want to do.
<!-- m --><a class="postlink" href="http://blog.deconcept.com/swfobject/">http://blog.deconcept.com/swfobject/</a><!-- m -->
Does anybody know what the goo work around for the following problem is?
I have two version of the same site. One is flash and another is HTML.
How in the code I can check whether user's browser supports Flash. If so load Flash version of the site, otherwise HTML version.
Thank you.The first thing hat comes to mind is to post a default page with entrances to both sites. That way you could let the user choose. I personally dont like that though. I would write a js code to eliminate the problem. and paste it into the source code.read this page for a very good way of doing what you want to do.
<!-- m --><a class="postlink" href="http://blog.deconcept.com/swfobject/">http://blog.deconcept.com/swfobject/</a><!-- m -->