Creating a "screen shot" of an HTML DOM element

Hi all,

I am working on a personal project and I am trying to load an HTML page “inside” of my stage (using Flex3). While I can get this to work perfectly using “IFrame.as, Alistair Rutherford, www.netthreads.co.uk”. The only problem is that when my Menu is opened it will appear behind the iframe and disapears (ofcourse, z-index etc).

Now I have been trying to create a “screenshot” bitmapData of this iframe but without succes so far. I was wondering if someone else might know how to do this or know of a better way to add a working HTML page inside a Flex3 (not AIR) application.

Thanks in advance!