Even better would be just a method to export the returned flash file.
I've not had any luck using flash recorders like: 
http://www.flash-screen.com/flashsaver/

A few option:

use the following to refresh you webpage
<META HTTP-EQUIV="refresh" CONTENT="5">

or javascript to re-draw the chart after a set amount of time.
<frame id="mainFrame>
<body on Load="javascript: window.setTimeout(7000)">
</body>
</frame>

Finally, not tested but there appears to be some query refresh
elements in the gadget source.  Save a copy of the .xml and modify the
default_value.  Point your gadget to it on a server or from a google
document.
http://www.google.com/ig/modules/motionchart.xml

<UserPref name="_table_query_refresh_interval"
display_name="__MSG_tablequeryrefreshinterval__" default_value="0"
datatype="enum" required="false">
  <EnumValue value="0" display_value="__MSG_never__" />
  <EnumValue value="60" display_value="1" />
  <EnumValue value="300" display_value="5" />
  <EnumValue value="1800" display_value="30" />
  </UserPref>

Dan.


On Nov 13, 1:47 am, Umar Kalim <[EMAIL PROTECTED]> wrote:
> We were wondering if the developers plan to work on 'continuous
> playback'?
>
> The motion charts have proved to be remarkably useful for us 
> (seehttp://www-iepm.slac.stanford.edu/pinger/pinger-metrics-motion-chart....)
> and
> it would be amazing to have the widget displayed with continuous
> playback on
> an LCD, for conferences or on other appropriate occasions.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to