<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>assets/open-flash-chart-bar-clicking.swf</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'digest/sha1'
 
 module OpenFlashChart
   module Controller
-    def open_flash_chart_object(width, height, url, use_swfobject=true, base=&quot;/&quot;)
+    def open_flash_chart_object(width, height, url, use_swfobject=true, base=&quot;/&quot;, swf_file_name=&quot;open-flash-chart.swf&quot;)
       url      = CGI::escape(url)
       # need something that will not be repeated on the same request
       special_hash = Base64.encode64(Digest::SHA1.digest(&quot;#{rand(1&lt;&lt;64)}/#{Time.now.to_f}/#{Process.pid}/#{url}&quot;))[0..7]
@@ -18,15 +18,15 @@ module OpenFlashChart
       &lt;&lt;-HTML
       &lt;div id=&quot;#{div_name}&quot;&gt;&lt;/div&gt;
       &lt;script type=&quot;text/javascript&quot;&gt;
-      swfobject.embedSWF(&quot;#{base}open-flash-chart.swf&quot;, &quot;#{div_name}&quot;, &quot;#{width}&quot;, &quot;#{height}&quot;, &quot;9.0.0&quot;, &quot;expressInstall.swf&quot;,{&quot;data-file&quot;:&quot;#{url}&quot;}, {&quot;wmode&quot;:&quot;transparent&quot;});
+      swfobject.embedSWF(&quot;#{base}#{swf_file_name}&quot;, &quot;#{div_name}&quot;, &quot;#{width}&quot;, &quot;#{height}&quot;, &quot;9.0.0&quot;, &quot;expressInstall.swf&quot;,{&quot;data-file&quot;:&quot;#{url}&quot;}, {&quot;wmode&quot;:&quot;transparent&quot;});
       &lt;/script&gt;
       &lt;noscript&gt;
         &lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;#{protocol}://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; width=&quot;#{width}&quot; height=&quot;#{height}&quot; id=&quot;#{obj_id}&quot; align=&quot;middle&quot; wmode=&quot;transparent&quot;&gt;
           &lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
-          &lt;param name=&quot;movie&quot; value=&quot;#{base}open-flash-chart.swf?data=#{url}&quot; /&gt;
+          &lt;param name=&quot;movie&quot; value=&quot;#{base}#{swf_file_name}?data=#{url}&quot; /&gt;
           &lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
           &lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;
-          &lt;embed src=&quot;#{base}open-flash-chart.swf?data=#{url}&quot; quality=&quot;high&quot; bgcolor=&quot;#FFFFFF&quot; width=&quot;#{width}&quot; height=&quot;#{height}&quot; name=&quot;#{obj_id}&quot; align=&quot;middle&quot;  allowScriptAccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;#{protocol}://www.macromedia.com/go/getflashplayer&quot; id=&quot;#{obj_id}&quot; /&gt;
+          &lt;embed src=&quot;#{base}#{swf_file_name}?data=#{url}&quot; quality=&quot;high&quot; bgcolor=&quot;#FFFFFF&quot; width=&quot;#{width}&quot; height=&quot;#{height}&quot; name=&quot;#{obj_id}&quot; align=&quot;middle&quot;  allowScriptAccess=&quot;sameDomain&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;#{protocol}://www.macromedia.com/go/getflashplayer&quot; id=&quot;#{obj_id}&quot; /&gt;
         &lt;/object&gt;
       &lt;/noscript&gt;
       HTML</diff>
      <filename>lib/open_flash_chart/open_flash_chart_object.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>20a782d4363a7b543353de4d268f0c4722323f5e</id>
    </parent>
  </parents>
  <author>
    <name>PullMonkey</name>
    <email>charlie@pullmonkey.com</email>
  </author>
  <url>http://github.com/pullmonkey/open_flash_chart/commit/57776d00e70020b50e6b1a6e2204a5718414b1c0</url>
  <id>57776d00e70020b50e6b1a6e2204a5718414b1c0</id>
  <committed-date>2009-01-08T12:50:06-08:00</committed-date>
  <authored-date>2009-01-08T12:50:06-08:00</authored-date>
  <message>bar clicking ability</message>
  <tree>3140d3290beca7abb8e8bc7253fbe61d9f6cb60c</tree>
  <committer>
    <name>PullMonkey</name>
    <email>charlie@pullmonkey.com</email>
  </committer>
</commit>
