Yeah, I overlooked that... it should have been on your URL not your targetID. Whoops :)
On Mon, Feb 22, 2010 at 4:47 PM, Phillip H St Louis <[email protected]>wrote: > Hey Sam, > > Thanks a lot I work all day to no avail! > > It seems to be working well now. > > I applied it like this. > > var attributes = { > > data:url + "?" + new Date().getTime(), > > width:"975", > > height:"575", > > type:"application/x-shockwave-flash" > > }; > > Thanks again, > > Happy Philbuilt > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Sam Sherlock > *Sent:* Monday, February 22, 2010 7:09 PM > *To:* [email protected] > *Subject:* Re: Update > > > > don't put the cache bust on the target put it on attributes.data > > > > eg > > attributes.data+= "?" + new Date().getTime(); > - S > > > > On 22 February 2010 23:44, philbuilt <[email protected]> wrote: > > I change the code a little but still cant get it to work? > > var targetID = 'targetID' + "?" + new > Date().getTime(); > var obj = swfobject.createSWF(attributes, params, > targetID) > > the swf's still load from the cache insted of the server? > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
