If there is a stop() command on your flash movie, then there isn't much you can do. SWFObject is for embedding your flash content into your page, not externally controlling it. If you want to have control of the flash movie from the browser/javascript, then you need to look at something like the externalInterface class.
The simple solution is to not have a stop() command in the flash file / put a play() command insode.