Log in

View Full Version : permanently duplicate dynamic image



capz_man
06-18-2007, 01:01 PM
hello guys,this is my first post. i've created one flash banner with xml driven,pull the image from the folder. the xml file included with the list of the images name and path,then i'm created the banner using the .loadMovie() function. now,the problem is, i need the banner hold the image from the folder even when the source image was removed, so,the banner just need one time to read the image information, without need to read again the xml and doing the loadMovie again while its run for the 2nd time.can anyone help me?thanks.

Medyman
06-20-2007, 10:53 PM
You can't do that. There needs to be a source for the flash movie to pull the file from.

What is your end goal?

Are you trying to have multiple images in the banner? I have a feeling you're trying to accomplish something that's possible by other means.