Pause streaming video (not YouTube or Vimeo)

Ive read the forum and trying to pause this video.

http://media.raisingchildren.net.au/videos/Crying_Baby_Checklist.mp4

Ive given it a unique element ID of myVideo and using this javascript
hypeDocument.getElementById(“myVideo”).pause();

which Im executing on Scene Load

but it keeps playing :frowning:

Can you share your document?

(Here’s our guide for these types of interactions on video which you probably already saw: Creating Play & Pause Buttons for Video)