Autoplay external video url in ionic?

I have an external url that contains some HTML content and a video I need to play that video on page loading i.e. I need to autoplay the video.

I am using iframe for displaying the url:

document.getElementById("myFrame").src = value['url'];
<iframe id="myFrame" width="100%" height={{iframeHeight}}>