Search  

CACHE PROBLEM WITH FLASH

HomeForumsFlash DiscussionCache problem with flash
25426 Random
356 posts
Exclusive author Author was featured Referred at least one person Sold between 10 000 and 50 000 dollars Bought between 1 and 9 items

Hi, I have a problem loading a picture from flash because the cache doesnt let me to update it, I know a guy started a theard like this but his problem was with a xml file and he solve it with something like this:

my_xml.load(“myxml.xml?”+random(1000))

Can I do the same with a picture? like:

myHolder.loadMovie(“myimage.jpg?”+random(1000))

Posted 3 months ago

yes i think it may only work on a webserver though and not locally

Posted 3 months ago
33358 flashjunkie
2042 posts
Exclusive author Item was featured Author was featured Referred at least one person Reviewer Sold between 5 000 and 10 000 dollars Bought between 100 and 499 items

yes, i have dealt with this problem a lot this week due to building a few CMS systems, in order for the updates to all be seemless i had to use this method for all sorts of dynamically loaded files, including mp3’s flv’s html files etc etc.

i think djankey was the guy that came up with it, nice one dude :D

Posted 3 months ago