Thanks I will give that a try. That should work. thanks, Matthew
Let's say your Loader object is called loader. I'm pretty sure you could just do: PHP Code: loader.unload(); loader.load(new URLRequest(yourfile)); That'll unload its current loaded content freeing up the ability to load in the new file for your loader object.
loader.unload(); loader.load(new URLRequest(yourfile));
Forum Rules