Have an account? Sign in
Login  Register  Facebook
how to embed youtube video
I want to embed a video video from youtube into a webpage by using only their standard video url (eg. http://www.youtube.com/watch?v=AP94FMxkaT8). How can i embed video by using only the standard video url, I dont want to use their html embeding code.
Thanks
Started: September 19, 2011 Latest Activity: September 19, 2011 videos youtube embeding html
1 Answer
you can not do that in any way you must use the html
there is some php script ask you for the id only because they add it to the html and post it
its the same thus you must use the html like this:
<object type=\"application/x-shockwave-flash\"
 data=\"http://www.youtube.com/v/AP94FMxkaT8\" width=\"480\" height=\"385\">
  <param name=\"movie\" value=\"http://www.youtube.com/v/AP94FMxkaT8\">
  <param name=\"wmode\" value=\"transparent\">
</object>

Posted: MacOS
In: September 19, 2011

Your Answer

xDo you want to answer this question? Please login or create an account to post your answer