I have a very simple code . This works fine in normal html file .
- Code: Select all
<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 ? .
- Code: Select all
runVideo = '<html><body>'+
'<object width="425" height="344" data="http://www.youtube.com/v/F9Bo89m2f6g&hl=en&fs=1">'+
'</object>'+
'</body></html>';