How can I make a video play without needing to click on it?
childbirth
30 Dec 2011, 11:17Hi, this is my first post.
What a great program!
I'm trying to make a video from youtube/vimeo play as soon as it appears, instead of the little vimeo play menu appearing
is this possible?
thanks
Jonathan
What a great program!
I'm trying to make a video from youtube/vimeo play as soon as it appears, instead of the little vimeo play menu appearing
is this possible?
thanks
Jonathan
Alex
31 Dec 2011, 12:50Should be possible by passing a parameter into the embedded video URL. http://code.google.com/apis/youtube/pla ... l#autoplay
I'll add this as a feature to v5.1: http://quest.codeplex.com/workitem/968
In the meantime, you can probably fake it by adding this parameter to the video ID, for YouTube at least. I've not tested this, but if your video ID is "abcd1234", you should be able to make it auto play by entering this as the ID instead: abcd1234&autoplay=1
I'll add this as a feature to v5.1: http://quest.codeplex.com/workitem/968
In the meantime, you can probably fake it by adding this parameter to the video ID, for YouTube at least. I've not tested this, but if your video ID is "abcd1234", you should be able to make it auto play by entering this as the ID instead: abcd1234&autoplay=1