You could probably render the view offscreen and then capture the
contents into an image, but it would be pretty slow. I wouldn't expect
video to look very good, 3 or 4 frames per second at most. I once
tried a full screen capture to input into the composition, and while
your web view will be much smaller, I could still only get 1 frame per
second.
Can I assume this is for Flash? Any QT supported format I would hope
you would just load directly into the composition.
Troy
I'm trying to render a web page into an image and use it in a comp -
kind of like the RSS Feed, except with layout and images. It'll only
be used to display custom pages, so clipping/scaling is not an
issue. I suspect it can be done with WebKit and some Objective-C
code, but I'm hoping that it's already out there.
Anyone tried it, or done it?
(I could probably do it with some external code that renders the
page to a static image and then use Folder Images, but I'd
eventually like to try video on the page too).