]> source.dussan.org Git - vaadin-framework.git/commitdiff
#3911 Embedded flash does not support fullscreen
authorArtur Signell <artur.signell@itmill.com>
Tue, 25 Jan 2011 14:18:32 +0000 (14:18 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 25 Jan 2011 14:18:32 +0000 (14:18 +0000)
svn changeset:17023/svn branch:6.5

src/com/vaadin/terminal/gwt/client/ui/VEmbedded.java

index 836d31cf41d3f3f0c23eba36e4683ac0bd533c09..a894f1d5a3dc6b1e148c386990c306f95b9019f4 100644 (file)
@@ -149,7 +149,8 @@ public class VEmbedded extends HTML implements Paintable {
                 }
 
                 html += "<embed src=\"" + getSrc(uidl, client) + "\" width=\""
-                        + width + "\" height=\"" + height + "\" ";
+                        + width + "\" height=\"" + height + "\" "
+                        + "type=\"application/x-shockwave-flash\" ";
 
                 // Add the parameters to the Embed
                 for (String name : parameters.keySet()) {