Hi, In our application we are generating a flash object(which contains graphs like barchart, piechart etc) through flex using action script (we are not using the flex life cycle server), we are just creating .swf file and then embeding it into the jsp.
Now, I need to extract the frames (containing the graphs) from .swf object and then convert that frames into image. so that I can embed that image and export the image into word. I didn't find any java libraries/api's to extract the contents of .swf file into image files. May you please help if you know how to do this in java? Thanks regards, shri

