Autoplay on Embedded YT Video

arthro

Regular Member
Joined
Aug 18, 2008
Messages
290
Reaction score
22
I want to embed videos on my site but how do I make it autoplay?
 
heh you must have been reading my thread earlier on view count. i would like to know too.
 
like i said you can iframe the youtube page and have the video only viewed, that will work
 
like i said you can iframe the youtube page and have the video only viewed, that will work


yeah but i thought for embedding there was an autoplay. that would make more sense to do to fool YT.
 
heh you must have been reading my thread earlier on view count. i would like to know too.

It just came on my mind..
We both have the same idea on mind... :D
 
Im surprised that you dont know how to autoplay videos, mmmm?

Anyway, get the embed code, example:

<object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/TieLge42MbE&hl=en&fs=1&rel=0&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TieLge42MbE&hl=en&fs=1&rel=0&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object>

Delete the part in RED:

<object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/TieLge42MbE&hl=en&fs=1&rel=0&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TieLge42MbE&hl=en&fs=1&rel=0&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object>

Add "&autoplay=1" to the remaining part

<embed src="http://www.youtube.com/v/TieLge42MbE&hl=en&fs=1&rel=0&border=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed>

Done
 
Thanks snowwhite... will try this one :D
 
lol oldest trick in the book autoplay
but you must remember it dont matter they still can catch you and freeze if you are just refreshing it yourself, or even you use a bot on another url with the the embeded code
 
lol oldest trick in the book autoplay
but you must remember it dont matter they still can catch you and freeze if you are just refreshing it yourself, or even you use a bot on another url with the the embeded code


lol, very shallow thinking...
you don't even know what's on my mind... :D
 
<object width="500" height="315"><param name="movie"

You can change the value of 500 in 1 and the 315 also in 1 so that your video is invicible on site were you post it.
 
I remember reading somewhere that youtube does not count autoplay'd videos because those videos plays are not user initiated.
 
Ok changing the value to 1 for the height and width is good, I been doing that also for yrs with popups. How I do it was I get traffic to my othe sites, and I stick 10 embeded codes and set them on autoplay, but here's the thing; 2 things to look into, if you don't have silent vids or the code to mute sound, this will kill this method, the 2nd killer is later on down the rode, youtube made it now a download link pops up under the vid, even if the video is set to one, where user can't see the actual vid, they will see the download link, and will follow that link, and flag it for spamming, it happen to me 100's of times till I jus said forget it and start 2 work on my new methods video<br />
<font size="1"><i>Posted via Mobile Device</i></font>
 
Last edited:
And another thing, for u who want 2 use the old method for iframe, I have the code for it and will post it here when I get home, but it will let u post the iframe, but youtube has found out about iframes and doesn't count them at all, but maybe if u play around with it, you might can bypass it or jus upgrade the code better, but anyway I will post code here when I get on my pc at my house, cya shortly
Posted via Mobile Device
 
ok,I have a small question, lets say I put my embedded video on a site, where it autoplays all the time. Does each viewing of the autoplay video give it 1 view. I know it used to, if this doesnt happen, how can you make it count as a hit?
 
Back
Top