Hi Kevin. Yes. The data you pass to each swf should be done so through the flashvars object (rather than a querystring).
Basically, if you call your swf with a querystring like open-flash-chart.swf?data=foo and open-flash-chart.swf?data=bar, then you end up with 2 different swfs in your cache / requested from the server. Have a look at the docs on how to pass data in the flashvars object. Cheers, Aran On Thu, May 27, 2010 at 8:44 PM, Kevin Kempfer <hokas...@googlemail.com>wrote: > Hi, > > I am using SWFObject to embed lots of chart data into my website. The > flash file is always the same (open-flash-chart.swf) - only the data > to be displayed changes. So I have to call swfobject.embed about 100 > times on one site, always embedding the same swf file with different > IDs. > > Is there a way to prevent browsers to request the swf file from the > server each time it is being embedded? Maybe some kind of copying/ > cloning instead of re-embedding? > > Thanks for hints, > > Kevin > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to swfobj...@googlegroups.com. > To unsubscribe from this group, send email to > swfobject+unsubscr...@googlegroups.com<swfobject%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to swfobj...@googlegroups.com. To unsubscribe from this group, send email to swfobject+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.