Autoplay Parameter Not Working?

Dewey

Member
I embedded a video on my web site and set the autoplay parameter to 1. But the video just comes up with the big, garish YouTube triangular Play button in the middlle of the video and waits to be clicked before it starts.
I entered the code like this: <param name="autoplay" value="1"></param>

Anyone see anything wrong with that syntax?

Thanks.
 
hmmm your coding might have a syntax error, or may not be useful in your situation. Heres a simple fix.

lets say you have your embedded video and on the youtube link just add this to the very end of it: &autoplay=1

so the link would be like: src="www.youtube.com/adkfjole2334Edfs&autoplay=1">

Hope you understand and that should work, as it worked for me :)
 
Back
Top