Just starting out? Need help? Post your questions and find answers here.
minimy
Enthusiast
Posts: 627 Joined: Mon Jul 08, 2013 8:43 pm
Location: off world
Post
by minimy » 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?
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 Sp ani sh " : Endif
minimy
Enthusiast
Posts: 627 Joined: Mon Jul 08, 2013 8:43 pm
Location: off world
Post
by minimy » Mon May 15, 2017 10:39 pm
Wow!!!
JHP JHP you are the best!!
1000 Thanks friend!
If translation =Error : reply ="Sorry, Im Sp ani sh " : Endif
Kwai chang caine
Always Here
Posts: 5494 Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France
Post
by Kwai chang caine » Sat May 20, 2017 4:50 pm
Thanks JhpJhp can be very useful
The happiness is a road...
Not a destination
the.weavster
Addict
Posts: 1577 Joined: Thu Jul 03, 2003 6:53 pm
Location: England
Post
by the.weavster » Sat May 20, 2017 9:23 pm
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.