Set required Flash version to 10.1.x per request of RichardF

This commit is contained in:
Grant Slater 2012-03-21 10:38:08 +00:00 committed by Tom Hughes
parent 4cca29d400
commit cf7116402b

View file

@ -56,7 +56,7 @@
attributes.id = "potlatch";
attributes.bgcolor = "#FFFFFF";
swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.2.0","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes);
swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.1.102","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes);
// 700,600 for fixed size, 100%,100% for resizable
}