Does anyone have code that will let you load a image into flash by reading the variable from a text file? So all the person has to do is change the path in the text file and it will automatically change the image that loads. mediacre8tor
could do something like this: in .txt file URL=picture1.jpg in flash loadVars("url.txt", _root) this will load the variable URL into flash and then use something like. picture = URL loadMovie(picture, MC_instance) will load the picture into the instance. Sorry for the rough, very rough outline but i have to get off! Hope it helps
NP Thanks for taking any time at all. Thanks for the code.
Forum Rules
Bookmarks