Flash SEO Tool
Flash SEO Tool consists of ActionScript 3 API for your Flash project, server-side scripts and database.
You need to add some AS3 code only to your site. The easiest way to use Flash SEO Tool is to update SEO content while showing it to user.
Sample:
var seoSite:SeoSite = new SeoSite("some/flash/section");
seoSite.title = "Some title";
seoSite.keywords = "Some, keywords, here";
seoSite.description = "Provide some description too see it in google results.";
seoSite.htmlContent = "Put content of the site here. You can use HTML tags here.";
SeoTool.updateSite(seoSite);Simple usage scenario:
- Create some new site content
- Run site in update mode (http://site.com/index.html?updateFlashSEO=myOwnUpdateKey)
- Click through your site (Seo Tool will update database)

That's all. Now browse to http://site.com/some/flash/section.html . Your SEO site will be displayed under flash content.
To see it browse to http://site.com/some/flash/section.html?noflash .
Flash SEO Tools sends path (some/flash/section) to Flash application. You can use it to display content or just show main page.
In normal mode SeoTool.updateSite() doesn't update database.

Project hosted on
google codeResources
http://www.flashseo.com/
http://www.flashnseo.com/
http://www.seomoz.org/
Other projects:
Legato Framework for Flex
E-mail the authorHosted by done.pl