Hello,
In the past days I worked on the so-called seoLink project for Flex. It’s a more deep aproach of Google Friendly Flex applications (discussed here: http://blog.ag-prime.com/2009/06/permanent-links-in-flex-and-track-them-with-google-analytics/).
Well the main idea is to create a common XML file that stores actual content. Then this XML file is parsed by the Flex application and by an PHP file too.
Using .htaccess I redirect all incoming requests to index.php?p=<request>
So, inside the .php file, I dispach this path parameter and load the equivalent information from XML file.
The resulting html will have the SWF loader for Flex (with flashvars = p=<request>) and alternate content selected from XML. So both alternate text and actual Flex content will be according to the <request> set to the browser.
You can view full source just by right click and view source here: http://seolink.ag-prime.com/
I’ll soon come with updates.
Later update: Lynx view

[15.09.2009 21:20] Yes, we are getting there. The first results in google just arived: http://www.google.com/search?q=site:seolink.ag-prime.com
Also, how it look on Google Analytics. It tracks pageviews, landing pages…
