Screenshot / convert dynamic swf to jpg

I’ve exhausted all of my possible avenues for research and I am curious if any one has stumbled upon a piece of code or program that will convert a swf to an image format. It needs to happen at the click of a button within the swf itself. I’ve seen code for capturing the drawing API through PHP, but nothing for capturing straight pixel for pixel, not that a particular method is important. But at the very least all elements on screen need to be captured, ie. library items, input boxes etc. The method isnt important, I just need to get screengrabs of the swf at any time.

Simon.

there is no way to make something a screenshot.

as you said, it si possible to capture the drawing API through PHP, but that’s all