Autoplay Parameter Not Working?

Dewey

Member
Joined
May 10, 2012
Messages
8
Reaction score
0
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.
 

Bosco

MLG Player | aoX | UnDefined | ReBirth |
Joined
Mar 11, 2012
Messages
400
Reaction score
138
Age
27
Location
New York
Channel Type
Youtuber, Gamer, Commentator
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 :)