If you use Narrowcast to produce any of your dashboards you probably know that the output is in an IE specific format known as MHT (Mime HTML). The problem with this is that the dashboards only work with internet explorer and if you want to deploy it via a portal or do something creative with the components you really cant unless you have zero firefox users. Even with zero firefox users extracting components will allow for greater flexibility.

Thats why Aellament developed MhtRipper a free open source utility which extracts all the flash components and creates a cross browser compatible html file. You can easily wrap this in batch files and process multiple mht files simultaneously.

http://www.aellament.com/products

MhtRipper could easily be developed in java, but we did it in ruby cause we like ruby :) . So far the ripper was only tested on 8.0.1 and 8.1.0 dashboards. If anyone tries this on newer versions would be nice if you reported back on weather it still works.