From: Grant Slater Date: Tue, 20 Mar 2012 22:55:15 +0000 (+0000) Subject: Potlatch 2 compiled with Flex 4.5 requires Flash 10.2.0 or above X-Git-Tag: live~5652 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/65b2b22729d0e7a262305ee64ffe557d7a3d716a?hp=38a610fd316c4d5143c2af2e71f73da6f249ac45 Potlatch 2 compiled with Flex 4.5 requires Flash 10.2.0 or above --- diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index c443a917a..04ada57a5 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -56,7 +56,7 @@ attributes.id = "potlatch"; attributes.bgcolor = "#FFFFFF"; - swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.1.85","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes); + swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.2.0","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes); // 700,600 for fixed size, 100%,100% for resizable }