JaMmY Posted May 2, 2009 Report Share Posted May 2, 2009 Im creating a website but i want to get a video onto it but i dont just want the link to the site holding the video i.e youtube i want the actual video on the site so people can just play it from the site, not having to go on another to see or play it. Can anybody help? Quote Link to comment Share on other sites More sharing options...
Mr Motivator Posted May 2, 2009 Report Share Posted May 2, 2009 (edited) Kinda the wrong place for this.Google it, search for "html embeded video" or something like that.Edit: because you're obviously lazy anyway...<object width="425" height="344"> <param name="movie" value="http://www.youtube.com/v/GwQMnpUsj8I&hl=en&fs=1"> </param><param name="allowFullScreen" value="true"> </param><param name="allowscriptaccess" value="always"> </param><embed src=http://www.youtube.com/v/GwQMnpUsj8I&hl=en&fs=1 type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"> </embed></object> Edited May 2, 2009 by Mr Motivator Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.