Stop vid from autoplaying?

Caporegime
Joined
1 Mar 2008
Posts
26,303
Have embedded this video from Llewtube: http://blip.tv/play/gdw_+a9ukKRc

Here: http://hardlightmedia.net/2009/08/carpool/

Using this embed code:

Code:
<embed src="http://blip.tv/play/gdw_+a9ukKRc" type="application/x-shockwave-flash" width="500" height="300" allowscriptaccess="always" allowfullscreen="true"></embed>

Only issue is that it starts automatically which I know can annoy a lot of people so is there anything I can do to stop it autoplaying?
 
Code:
<embed src="http://blip.tv/play/gdw_+a9ukKRc?autostart=false" type="application/x-shockwave-flash" width="500" height="300" allowscriptaccess="always" allowfullscreen="true"></embed>

Added ?autostart=false to the src :)

And lol Rimmer in a jumper.
 
Last edited:
Back
Top Bottom