How to play video in my application?

Hello Vaadin Experts,

I want to upload video into my server and play it in my application when the the user clicks on play.

1.Is there a way to play videos and audios in my appliaction?Does Vaadin have its own set of players?
2.How can I use external players like JW players in my application for playing audio and video?

Please help me out.

Thanks.
Siva

Take a look at the RPC, SWFObject and YouTube player Add-ons in the directory.

If the video is HTML5 compliant take a look at
com.vaadin.ui.Video
. It may prove useful.