I want to understand something if it is possible to do it in flash movie.
I want to make flash animation with let say 4 pics. The animation will be used as an advertisement on other sites.
But i want the images in the flash movie to be changed from time to time. Thus i want the images to be loaded from my server while the movie is been shown on other sites.
I want to know if this is possible in flash.
Thank you.
It is possible, common and very easy to do. The easiest way is to use use the Loader class to load the images.
Of course, the swf must know which images to load: basically you could have an XML file (or a plain urlencoded text file) containing the paths to your images. Or you can hardcode the path inside the code, but this may be a poor solution in terms of flexibility.
Maybe you should do a little bit of research about crossdomain.xml too.