SEO for 100% Flash Websites
opinion this should be the default logic for new flash-only sites.
Get your designer to create a great flash site, leaving blank areas for content that needs to be indexable.
Store your body content in a database / XML file / config file, or external data source.
Use a little actionscript to allow Flash to read content from your external data source. Flash reads the content from the database, and displays it in the content area.
When a HTML page is requested, a PHP script (or alternative technology) reads the same content from the same data source.
The HTML page outputs the content, but hides the plain content from the user. swfObject is used to replace the plain content with the Flash version of the content.
When the user enters the site from a page other