Hi,
In html, we can embed third party application plugins like flash, media player with object tag. For example if I want to embed a media player then I will write some html code like this
<object id="MediaPlayer" width="192" height="190" type="video/x-ms-asf">
<param name="FileName"value="videofilename.wmv">
<embed type="application/x-mplayer2" src="videofilename.wmv"
</object>
Now I want to do the same in UI5 with javascript controls. Is there any specific control available for this? Please help me to solve this.
Regards,
Siva