Autoplay to false

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
janez72
 
 
Posts: 75
Joined: Wed Sep 17, 2014 3:33 pm

Autoplay to false

Post by janez72 »

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?
janez72
 
 
Posts: 75
Joined: Wed Sep 17, 2014 3:33 pm

Re: Autoplay to false

Post by janez72 »

I just found out another thing:
in Chrome, "autoplay = false" is a default.
While in IE and Firefox - "autoplay = true" is default.
User avatar
Pablo
 
Posts: 23450
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Autoplay to false

Post by Pablo »

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