The Double Div Method (DDM) is a simple way to separate the critical text content from the visual design of Flash content. DDM was developed in early 2007, to solve the problem of Flash content not being Section 508 compliant and also helping with Search Engine Optimization of content on a web page. This solution eliminates the need to update SWF content and the Accessibility features inside of the Flash IDE, thereby giving the web developer more control.
Using simple HTML and CSS, the developer can hide basic HTML text and links inside of a DIV layer that is placed directly behind a larger Div layer containing the Flash-based content. CSS and "overflow: auto" make the hidden content scrollable so the solution degrades smoothly.
Please make sure to test all of your projects using the latest screen reader technology to ensure your solution works for your target market. For more information or to pass along suggestions, please feel free to contact me
( DDM was tested in 2007 using the JAWS screen reader. )