]> source.dussan.org Git - vaadin-framework.git/commitdiff
Changed version of Flash to 6.0.0.0 and above. #6501
authorJohn Alhroos <john.ahlroos@itmill.com>
Tue, 8 Mar 2011 08:23:33 +0000 (08:23 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Tue, 8 Mar 2011 08:23:33 +0000 (08:23 +0000)
svn changeset:17655/svn branch:6.5

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

index 2e05a77482024194734f7773cc32cf039e44bd60..caecaf795a3107c6fb94fc4bc918d631e64bb543 100644 (file)
@@ -209,9 +209,9 @@ public class VEmbedded extends HTML implements Paintable {
          * to http://kb2.adobe.com/cps/415/tn_4150.html to work with the above
          * given classid. Again, see more info on
          * http://kb2.adobe.com/cps/415/tn_4150.html. Limiting Flash version to
-         * 9.0.0.0 and above.
+         * 6.0.0.0 and above.
          */
-        html.append("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" ");
+        html.append("codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" ");
 
         // Add width and height
         html.append("width=\"" + width + "\" ");