Quote:
Originally Posted by ibuddy
This is awesome I was looking for this because im not familiar with bbcode.
But real quick I actually made it so the videos AUTO PLAY! which is pretty cool so your users dont have to click play, here is that code:
|
PHP Code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{param}&autoplay=1"></param><embed src="http://www.youtube.com/v/{param}&autoplay=1" type="application/x-shockwave-flash" width="425" height="350"></embed></object>
Can you please elaborate on this a little? Which part of the code do you modify? I tried several ways with no success.