Load Potlatch 2 through the asset pipeline
This commit is contained in:
parent
4c612f6f4d
commit
c7b3ba447f
413 changed files with 4 additions and 5006 deletions
|
@ -28,7 +28,10 @@
|
|||
if (lat) { flashvars.lat = lat; }
|
||||
if (lon) { flashvars.lon = lon; }
|
||||
flashvars.zoom = zoom;
|
||||
flashvars.assets = "<%= asset_path "potlatch2/assets.zip" %>";
|
||||
flashvars.font_library = "<%= asset_path "potlatch2/FontLibrary.swf" %>";
|
||||
flashvars.locale = "<%= Potlatch2::LOCALES[locale] %>";
|
||||
flashvars.locale_paths = "<%= Potlatch2::LOCALES[locale] %>=<%= asset_path("potlatch2/locales/#{Potlatch2::LOCALES[locale]}.swf") %>";
|
||||
<% if params['gpx'] %>
|
||||
flashvars.gpx = '<%= h(params['gpx']) %>';
|
||||
<% end %>
|
||||
|
@ -56,7 +59,7 @@
|
|||
attributes.id = "potlatch";
|
||||
attributes.bgcolor = "#FFFFFF";
|
||||
|
||||
swfobject.embedSWF("<%= asset_path("/potlatch2/potlatch2.swf") %>", "potlatch", "100%", "100%", "10.1.102","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes);
|
||||
swfobject.embedSWF("<%= asset_path("potlatch2.swf") %>", "potlatch", "100%", "100%", "10.1.102","<%= asset_path("expressInstall.swf") %>", flashvars, params, attributes);
|
||||
// 700,600 for fixed size, 100%,100% for resizable
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue