Thanks to Cornucopia and El Hegunte.
El Hegunte, this might be a browser issue as the iframe displays the video seems to work fine on Firefox (33.1). This is the complete code.
Code:
<iframe src="//player.vimeo.com/video/113086369?api=1;autoplay=1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></script>
The reason I can't use it is because the code to 'mute' using the api will not work.
Cornucopia:
Yes, I missed out a slash '/' but that was only in this thread, not in the actual code. I've tried inserting an MP4 'type', but still no luck. I wonder if there is a specific type for Vimeo? The privacy issue is strange because the video plays using inline frame and the embedding code is freely given by the creator. Also, I thought the 'muted' element was a valid parameter in the 'video' tag? This is how the code stands at the moment:
Code:
<video src="//player.vimeo.com/video/113086369" type="video/mp4" autoplay muted loop></video>
No joy, though.