WebGadget question

Just starting out? Need help? Post your questions and find answers here.
User avatar
minimy
Enthusiast
Enthusiast
Posts: 349
Joined: Mon Jul 08, 2013 8:43 pm

WebGadget question

Post 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!
If translation=Error: reply="Sorry, Im Spanish": Endif
JHPJHP
Addict
Addict
Posts: 2129
Joined: Sat Oct 09, 2010 3:47 am
Contact:

Re: WebGadget question

Post by JHPJHP »

Hi minimy,

See: Services, Stuff & Shellhook
- Stuff\YouTubePlayer\YouTubePlayer.pb
Last edited by JHPJHP on Fri Jul 28, 2017 4:25 am, edited 2 times in total.
User avatar
minimy
Enthusiast
Enthusiast
Posts: 349
Joined: Mon Jul 08, 2013 8:43 pm

Re: WebGadget question

Post by minimy »

Wow!!!
JHP JHP you are the best!!
1000 Thanks friend!
If translation=Error: reply="Sorry, Im Spanish": Endif
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5353
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: WebGadget question

Post by Kwai chang caine »

Thanks JhpJhp can be very useful 8)
ImageThe happiness is a road...
Not a destination
User avatar
the.weavster
Addict
Addict
Posts: 1537
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: WebGadget question

Post 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.
Post Reply