html area not running video .

Hi All ,

I have a very simple code . This works fine in normal html file .

<html>
<object width="425" height="344" data="https://www.youtube.com/v/F9Bo89m2f6g&hl=en&fs=1"></object>
</html>

why it is not working in html area ? . Please find the below code . It is supporting other tags like image tag . Is it not supporting object tag or not able to open the URL ? .

runVideo = 	'<html><body>'+
					'<object width="425" height="344" data="http://www.youtube.com/v/F9Bo89m2f6g&hl=en&fs=1">'+
					'</object>'+
				'</body></html>';

will it support html 5 ?

Hi Ashutos,

I have checked your code and this is working fine at my end. What I did :

  1. Placed a variable on the js file and attached that form to the html area.
  2. Inside onLoad method, attached the html snippet to that HTML area.
  3. On UI, it renders the video placed and it also played as expected.

In case you see any issues coming on your console, do post here.

[attachment=0]Video PNG.jpg[/attachment]

Thanks
Sovan