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))
yes i think it may only work on a webserver though and not locally
- Author had a Free File of the Month
- Author was Featured
- Beta Tester
- Bought between 100 and 499 items
- Contributed a Blog Post
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 6-7 years
- Item was Featured
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 
