Embed video

Hello,

Is there any way to embed a video in vaadin application?

Hi,

It depends on the video. Vaadin has the
Video
component, which allows you to show HTML5 compatible videos in a Vaadin application. Just note that different browsers support different video formats.

You can also embed any flash player using the Embedded component. See
this sample
for an example of how to embed a youtube video.

HTH,
/Jonatan