Page 1 of 1

WebGadget question

Posted: Mon May 15, 2017 7:34 pm
by minimy
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?

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>
This is a news channel example to try. But you can try with other youtube movies with same result.
Thanks for help!

Re: WebGadget question

Posted: Mon May 15, 2017 9:11 pm
by JHPJHP
Hi minimy,

See: Services, Stuff & Shellhook
- Stuff\YouTubePlayer\YouTubePlayer.pb

Re: WebGadget question

Posted: Mon May 15, 2017 10:39 pm
by minimy
Wow!!!
JHP JHP you are the best!!
1000 Thanks friend!

Re: WebGadget question

Posted: Sat May 20, 2017 4:50 pm
by Kwai chang caine
Thanks JhpJhp can be very useful 8)

Re: WebGadget question

Posted: Sat May 20, 2017 9:23 pm
by the.weavster
Yes, thanks JHPJHP

Between your answer here and this one from Kukulkan I've now got a WebGadget() that works acceptably well on both Windows and Linux.