View Single Post
Old 04-07-2008, 05:58   #19 (permalink)
urban1977
Multimedia Developer
 
urban1977's Avatar
 
Join Date: Jun 2008
Location: Cheshire
Posts: 259
Quote:
Originally Posted by cam
You have no idea about current Flash development practices.

As long as your content is coming from an external source, be it a database, XML file, whatever, then it's trivial for any semi-decent Flash developer to create a dynamic fall-back site for non-flash users, whoever those may be (iphone, bot, normal user).

As i've already posted elsewhere in the Flash forum, try looking at this with JS disabled (or no flash player) - HTML version using the same content that took less than a day to create.

If content is served via XML or Database you can create RSS feed of that content. If your using Coldfusion or similar you can refresh your RSS feed everytime there is a content change.

This helps making the content accessible to none Flash users and also makes it SE friendly.

<no script> area of the object tag is also used to describe the flash content and add any extra SEO stuff.

Flash is accessible / SE Friendly already!
  Reply With Quote