Hi all,
as so many others I hunted after a way to play a video in a java application across the platforms mac osx, linux, win. The frameworks like Xuggle, JMF etc are either outdated, dead or plainly do not work properly. I now came across a suggestion to use SWT and just load via its browser component a webpage that embedds a video. I tried an example using the windows SWT and loaded a youtube page - it worked flawlessly.
Now there are two questions coming to my mind: what is SWT using that it can display e.g. the youtube video stream without problems and can I use this library on its own to just embed a video and not a whole webpage?