I have a YouTube player (YouTube3).
To run various videos in the same frame, I'm giving events onclick to run javascript:
playerYouTube3.loadVideoById('My Video')
The video inside starts on autoplay. I'd like to set autoplay to false.
I tired some suggested codes online, but non worked.
Any ideas?
Autoplay to false
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Autoplay to false
I just found out another thing:
in Chrome, "autoplay = false" is a default.
While in IE and Firefox - "autoplay = true" is default.
in Chrome, "autoplay = false" is a default.
While in IE and Firefox - "autoplay = true" is default.
Re: Autoplay to false
You can find more information about the YouTube API here:
https://developers.google.com/youtube/i ... _reference
Note that I cannot give support on scripts.
https://developers.google.com/youtube/i ... _reference
Note that I cannot give support on scripts.