Can I play video using Vaadin framewotk ?
The main idea is loading video files from local drive in flv or avi formats and play it in web using vaadin framework.
Thanks.
Can I play video using Vaadin framewotk ? The main idea is loading video
Share
There is a sample in the Sampler: http://demo.vaadin.com/sampler/#FlashEmbed
You can see the source by clicking ‘view source’, and it will show you something like this:
Obviously, you’ll want to change the ExternalResource to something else (e.g FileResource, ClassResource, StreamResource, …) in order to play local files.