|
|||
|
I am creating a flash ticker with swfkit 2.1
It's an exe (application) 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. MY PROBLEM IS THIS::: the 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, any sugestions are welcome. P.S. ::: I have tried something like this, but it doesn't seem to work var myPath=Shell.getSpecialFolder("internet cache"); myPath+="news.xml"; file=new File(myPath); file.remove(); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|