Good day.
Code:
Finish code:
function Play(){ swfobject.getObjectById('Object').Play(); } function Pause(){ swfobject.getObjectById('Object').StopPlay(); } function Stop(){ swfobject.getObjectById('Object').GotoFrame(1); }