WebGadget question
Posted: Mon May 15, 2017 7:34 pm
Greetings to all. Im trying play youtube movie into a webgadget using this HTML code, in any browser work but in webgadget jump a letter with javascript error. Some body can help with this problem?
This is a news channel example to try. But you can try with other youtube movies with same result.
Thanks for help!
Code: Select all
<html>
<head>
<style type="text/css">
body { margin-left: 0px; margin-right:0px; margin-top:0px; margin-bottom:0px; overflow: hidden}
body scroll=no
</style>
</head>
<body vlink="#551A8B" text="#000000" link="#0000EE" bgcolor="#000000"
alink="#EE0000" scroll="no">
<br>
<iframe width="720" height="480" src="https://www.youtube.com/embed/OALyNX4IbBI?autoplay=1&showinfo=0&controls=0" frameborder="0" allowfullscreen></iframe>
</body>
</html>
Thanks for help!