How can I show <object> tag in ionic

I tried to embed object tag in ionic but, it is not showing anything in it. Could you please guide me how to fix it? OR could I convert from object tag to iframe?

<object width="100%" height="400">
<param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"/>
<param name="flashvars" value="src=rtmp://50.7.230.90:1935/liveedge/channel1&streamType=live"/>
<param name="allowFullScreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="600" height="337" flashvars="src=rtmp://50.7.230.90:1935/liveedge/channel1&streamType=live"/>
</object>