Hmnnn ... I would probably create a SWT composite with a built-in browser and run your video in that built-in browser. That way, you can simply use the rendering capabilities of the video browser.
public class BrowserComposite extends Composite {
private Browser _browser;
public BrowserComposite(Composite parent) {
super(parent, SWT.NONE);
setLayout(new FillLayout());
_browser = new Browser(this, SWT.NONE);
}
}
, , Flash - .
FYI - Windows IE, , Mozilla, Mozilla . Mac Safari - , Mozilla.