Monday, July 30, 2012

Re: [YouTube-API] Auto Play Youtube API

On Wed, 2012-07-25 at 11:05 -0700, alex wrote:
> $(document).ready(function(){
> $('#play').click(function(){
> })
> })

That is adding an event listener to the "click" event (an empty event
handler).

Have you tried setting the autoplay parameter in the embed?

Tim Wintle


--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.

No comments:

Post a Comment