PDA

View Full Version : Simple HTML Question



Muppet
28-02-2009, 09:29 AM
Hi,

How would I embed a video onto a website, which would play straight away when the site is opened?

+rep to help

thanks x

help23
02-03-2009, 07:50 PM
Personaly i would upload the video to youtube first then embed directly from youtube this way you save on space and bandwidth.

MrNelson
03-03-2009, 07:30 PM
object width="size" height="size""><param name="movie" value="http://www.Link.com></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src=http://www.Link.com type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="size" height="size"></embed></object>

Trigs
03-03-2009, 10:53 PM
also, autoplay="true"

Want to hide these adverts? Register an account for free!