diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-09-12 13:02:12 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-09-12 13:02:12 +0000 |
commit | 6ecda9a8859a43572e21b6e66c487a716bc4d186 (patch) | |
tree | 654522e4738ccbb519e75c350eae1a25af88899e /src/com/vaadin/ui/Video.java | |
parent | e7ab8fc25add2a165598ae1b3403c5a0a9c878ca (diff) | |
download | vaadin-framework-6ecda9a8859a43572e21b6e66c487a716bc4d186.tar.gz vaadin-framework-6ecda9a8859a43572e21b6e66c487a716bc4d186.zip |
More fixes based on review of #6909
svn changeset:20967/svn branch:6.7
Diffstat (limited to 'src/com/vaadin/ui/Video.java')
-rw-r--r-- | src/com/vaadin/ui/Video.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/vaadin/ui/Video.java b/src/com/vaadin/ui/Video.java index be17ae67ed..26d79a438f 100644 --- a/src/com/vaadin/ui/Video.java +++ b/src/com/vaadin/ui/Video.java @@ -22,6 +22,11 @@ import com.vaadin.terminal.gwt.client.ui.VVideo; * "https://developer.mozilla.org/En/Using_audio_and_video_in_Firefox#Using_Flash" * >Mozilla Developer Network</a>. * + * Multiple sources can be specified. Which of the sources is used is selected + * by the browser depending on which file formats it supports. See <a + * href="http://en.wikipedia.org/wiki/HTML5_video#Table">wikipedia</a> for a + * table of formats supported by different browsers. + * * @author Vaadin Ltd * @since 6.7.0 */ |