Question : Pausing a load using Loader object?

In actionscript 3.0

Does anyone know if it is possible to temporarily "freeze" / pause the loading progress of a Loader object, when loading a jpg for example.

as far as I can see, the only method that "stops" loading is the close() method, which cancels the loading completely, which is not what I want.

I want to be able to pause and keep going at a later point....

If someone has any definitive answers, a creative solution or workaround for this, please let me know!

anyone?

Answer : Pausing a load using Loader object?

I have a suspicion this is not possible. if you have some kind of backend support you might be able to do a load resume, but with flash and the loader class, i don't think its' doable - i stand to be corrected.

Random Solutions  
 
programming4us programming4us