I have to click on play button of Flash object swf, like this
This is its html:
<object id="flashObject" width="100%" height="26px" type="application/x-shockwave-flash" name="flashObject" data="audioplayer.swf">
I am stuck here, don't know how to click on the play button. I tried using click with id, but it didn't work, apparently. Any idea? Thanks