I realize that this has been discussed here but I wanted to come at it from a different angle...
We have a client that has a flashed based website. We have been coming up with solutions to get better rankings and to provide better website usability. The first solution concerns usability but has SE implications.
1. When a user enters the site, I use a javascript 'sniffer' to detect if a user has Flash. If they do, the flash piece is embedded normally; if not, a seamless hidden layer is substituted for the flash. (I attached the code for anyone interested in how to do this) Is this a problem as the hidden layer is still spiderable but not visible to most users as most users have the flash plugin?
2. We want the flash piece to have most of the attention on the page but we would also like to add some HTML content to give it a better chance for higher rankings. We came up with an idea of using DHTML layers to provide '+more' when a user presses the button. For example-
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In hac habitasse platea dictumst. Curabitur quis sem nec diam volutpat viverra. Maecenas risus. Morbi fringilla pellentesque ipsum. +press here for more
Again, we are hiding text from users who don't click on the more button.
Any comments/suggestions would be most appreciated. thanks!










