|
|||
|
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.. : ![]() |
|
|||
|
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(); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|