Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-13-2006, 06:53 PM
Junior Member
 
Join Date: Mar 2006
Posts: 4
Default XML file Cache

Created a flash ticker using swfkit
It's an exe file that stays on the users' desktop and checks for news updates every minute or so by reading tha contents of a XML file called news.xml that is located on the server and updated periodically.

the problem is swfkit player gets the news.xml file once and then stores it in temporary internet files and I cannot figure a way to get rid of that cache from the swfkit player.

Please, help me.. :
Reply With Quote
  #2 (permalink)  
Old 03-14-2006, 10:44 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:XML file Cache

Please try the Inet.getUrl method in ffish script, which download a file directly without using the cache, or use some unique query strings in your request like this:

http://www.mysite.com/somenews.xml?T...GMT+800%202006

Code:
var xml = "http://www.mysite.com/somenews.xml";
var url = xml + "?" + new Date();
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:34 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.