AxShockwaveFlashObject unload movie/return to original state
Hi all, I have an axshockwaveflash object and I would like to allow the user to return the object back to it's original state to load a new flash file.
I have tried to use
Swfo.Movie = "";
and
Swfo.Rewind();
and
Swfo.Stop();
but none of those have helped much. With some files changing the movie name to "" works but in other files it doesn't.
Is there any way to get the object back to it's unmodified state without disposing of it completely?