Some time back I had created this Histogram sample in Flash. This uses MVC to create two different views from the same data.
Today, thought of converting it to a Flex (Flash Builder) Project. Flex sample is uploaded here - http://www.shivolve.com/webdevign/flashplatform/histogram/bin-release/Gizmo.html
To view the source code, right click the application and then click View Source.
MBS pattern can be mapped to software programming design patterns suggested by GoF as below.
MVC design pattern can be refactored into MBS as below.