I am looking for ways that someone could maliciously pause a Flash movie - I'm not talking about how to do it from within the code, I'm really looking for ways it could be done within the browser by a visitor to a website. We have a hacking issue that we think could be caused by this, and are trying to recreate it (yes, I know we should be protecting against this on the server side, we are going to do that too, but want to try and cover all our bases).
I've seen that it is possible to call something similar to
window.document["flashobject"].StopPlay()
but I've not actually managed to recreate this. Perhaps there is a way to do it with a GreaseMonkey script or similar?