Help on HtmlScreenCaptureAvailable
Hello,
I'm writing a plug in to insert a video in WLW post. I'm trying to follow J.J.Allairesuggestions.
For now, my plugin insert a youtube or google plugin (but add another one is pretty easy, it's just a configuration issue), generate a preview image and generate the code according with the capabilities of Blogging Service. I have a problem, i don't really understand how to use HtmlScreenCaptureAvailable delegate to capture the final image of the media player after it loads the first frame of the stream.
Can someone help me? I've done so:
- In CreateContent() i creat HtmlScreenCapture and register a delegate
- I call CaptureHTML( 5000 )
- then save the bitmap in ISmartContent.Files
How should i implement HtmlCaptureScreenAvailable delegate? How can i find out when the media player have initialized completely?
Thanks,
Fuvlio

