RE: [Flashcoders] RE: Integrating Flash with Sharepoint

2012-07-16 Thread Ted Lehr
great - thanks -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com on behalf of Alexander, Mary C Sent: Fri 7/13/2012 1:08 PM To: Flash Coders List Subject: RE: [Flashcoders] RE: Integrating Flash with Sharepoint Just make sure the ID is displayed in the List View. I

[Flashcoders] Cache Issue

2012-07-16 Thread Ted Lehr
So I have a movie that is caching... it is loading XML and the changes in the xml is not always being reflected correctly... I am adding a random variable to the .swf html code (i.e. news.swf?ref=65465465) but I am doing it all via javascript: ... ... ... holder += 'param name=movie

Re: [Flashcoders] Cache Issue

2012-07-16 Thread Nathan Mynarcik
add a query at the end of the xml string when loading. var cb = new Date().getTime(); then when you load.. load('content.xml/?cb='+cb); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com