More fun with Papervision3D and AIR.
Using a Cube decorated with six MovieMaterial instances that feed on BitmapData objects taken from instances AIR’s HTMLLoader, we get a little 3D browser cube:

Here is the app. View source is enabled (warning: very scrappy experimental code).
I was hoping the HTML objects would allow me to load Flash content … but no, they cleverly avoided my evil plans for infinite recursion : )




Joshua, cool app… I think the HTMLLoader allows flash content to be displayed.
But you cannot have the recursion as any app running in the flash player inside the HTMLLoader is in a web sandbox and cannot hence run HTML :)