diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-06-17 09:57:38 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-06-17 09:57:38 -0700 |
commit | 359235182ebb14c75b495a889a2298d1e0130d77 (patch) | |
tree | 23ae35cc3620fa66258905336e136fe7850aadff /modules/organize/views | |
parent | a03e3d1dc1b59e45e5b0dbf4cf23eed91d545c25 (diff) |
Add a cache-buster to the SWF url so that it'll refresh in the browser
every time the SWF file changes.
Diffstat (limited to 'modules/organize/views')
-rw-r--r-- | modules/organize/views/organize_dialog.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index 8113a1af..d68534cf 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -121,7 +121,7 @@ attributes.id = "Gallery3WebClient"; attributes.name = "Gallery3WebClient"; attributes.align = "middle"; - swfobject.embedSWF("<?= url::file("modules/organize/lib/Gallery3WebClient.swf") ?>", + swfobject.embedSWF("<?= $swf_url ?>", "flashContent", size.width() - 100, size.height() - 135, swfVersionStr, xiSwfUrlStr, flashvars, params, attributes); </script> |