How to display External url from Cordova?

HI i am new in angular js now i am doing a app using cordova ionic frame work, in that i need to display external url:

document.getElementById("myFrame").src = 'http://barwatv.fuegodigital.com/tv-955';

<iframe id="myFrame" width="100%" height={{iframeHeight}}>

I am using this code for displaying that url every thing is working fine but the problem is when a video come in that external url it is not playing?

document.getElementById("myFrame").src = 'http://barwatv.fuegodigital.com/tv-955';

<iframe id="myFrame" width="100%" height={{iframeHeight}}>